Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 gcc 编译器,MySQL Server 5.0 当我使用长字符串作为值来插入或更新或选择或删除时,系统无法工作。没有错误来。所以我找不到错误。我的代码的一部分是这样的:
mysql_query(conn, sql);
是的,如果您使用 MySQL 的 C 驱动程序,这是可能的。