开发者

Mysql connection in Ansi c

I am working in Ansi C, windows 开发者_开发知识库platform. I want to attach mysql database to my c program. Kindly guide me how I can make it possible.


Here is a working example which sets up a connection and performs a query.


ANSI (ISO) C doesn't do networking, so by definition you can't do MySQL connections in ANSI C. You will have to move to POSIX at least. So, the answer is, "It is impossible."

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜