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.
私はWindowsプラットフォームのAnsiCで作業しています。mysqlデータベースをcプログラムに接続したい。どうすればそれを可能にすることができるか教えてください。
これは、接続を設定してクエリを実行する実際の例です。
ANSI(ISO)Cはネットワーキングを行わないため、定義上、ANSICでMySQL接続を行うことはできません。少なくともPOSIXに移行する必要があります。ですから、答えは「不可能です」です。