Pelles C forum

C language => Beginner questions => Topic started by: joybanerjee39 on January 09, 2012, 03:47:24 PM

Title: mysql and c
Post by: joybanerjee39 on January 09, 2012, 03:47:24 PM
i need to connect a c program with a mysql database. can i do it using pelles c? if so, can you explain me the steps etc. ?
Title: Re: mysql and c
Post by: czerny on January 09, 2012, 06:19:52 PM
Have you studied the mysql c api?

Or this may help:

http://www.cs.wichita.edu/~chang/lecture/cs742/program/how-mysql-c-api.html

czerny
Title: Re: mysql and c
Post by: TimoVJL on January 15, 2012, 10:54:05 AM
Another link:

http://zetcode.com/tutorials/mysqlcapitutorial/