Accesing mysql with C/C++
Accesing mysql with C/C++
(OP)
How do I access a table, on Linux gcc?
I want to develop terminal based solutions, and I don't know how to access the database.
Is there any tutorial on the web on how to use embedded SQL to access a MySQL database???
Where are the API's???
OK! If anybody knows something about it, please tell it to me.
Thanks in advance.
HeCSa.
I want to develop terminal based solutions, and I don't know how to access the database.
Is there any tutorial on the web on how to use embedded SQL to access a MySQL database???
Where are the API's???
OK! If anybody knows something about it, please tell it to me.
Thanks in advance.
HeCSa.
RE: Accesing mysql with C/C++
Check out the MySQL docs and go way down to the bottom!
Good luck.