Hiya,
I understand there are some libary's available that allow you to connect and interact with a MySQL database from a C program?
Does anyone know of any good URL's where i may read up on this?
Cheers,
Jason
Printable View
Hiya,
I understand there are some libary's available that allow you to connect and interact with a MySQL database from a C program?
Does anyone know of any good URL's where i may read up on this?
Cheers,
Jason
Why, of course there is. There is the MySQL library. Check on http://www.mysql.com/ and I'm sure you'll find something.
Cheers dude.
If anyone else is interested, the full URL is:
http://www.mysql.com/documentation/m...l_Clients.html
Jason
I thought i would add to this, i have found a great tutorial on using C and the Mysql API: http://www.kitebird.com/mysql-book/ch06-2ed.pdf
Jason