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 ドライバーを使用すれば可能です。