C program to connect to MySql server
I have to write a C program which can be used to connect to MySql server and execute a query. Now, i searched on net, most of the solutions were for Linux environment. To compile and run with turbo C compiler, i need a mysql.h file, which again is not available. So, Anyone having any idea about how to proceed?
0