Search code examples
cc89

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.


Solution

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