Question:
How to connect a C program to MS Access or MySQL?
red scar
2007-07-21 16:34:10 UTC
I tried surfing this question many times in the web, but I couldn't possibly find a good answer to my question. Please help me find a good site for this question or you can help me refer to a book on how to connect C program to MS Access or MySQL.

If you refer me to a book, please indicate the author and title of the book. I will try to purchase the book to solve my problem.

But if you know the codes in connecting C program to MS Access or MySQL, please write few lines of code just to connect C program to a database.

Thank you in advance and God Bless!
Three answers:
2007-07-22 06:08:54 UTC
Check mysql api documentation.

If you still can not figure it out, may be you can contact a mysql expert at websites like http://askexpert.info/
su
2016-10-09 09:22:31 UTC
Use own dwelling house page and MySQL on a webserver (like Apache). What you're able to do is write the varieties as HTML and technique them with own dwelling house page, and keep and question them in MySQL. it particularly is particularly undemanding that way.
csanon
2007-07-21 16:44:44 UTC
If you want to connect to MS Access from C, you need to use ODBC. Google on ODBC and C. There’s tutorials on using ODBC with Access.



MySQL has a C API. They have this documented on their site, which you can find from browsing around. You’ll have to download MySQL from them, because it contains the library.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...