MySql

Doea anyone know some tutorial for getting information from MySql databases?
If you want to connect using the C interface, this may be of help.

http://www.kitebird.com/mysql-book/ch06-3ed.pdf
but it uses mysql.h and I don't have that header file.
Checkout the mysql website.

http://www.mysql.com
Hi ,can you tell me how to connect c++ to sql if i am using unix enviroment.
I have a problem with mysql connector:I made an application and included MySQL.Data.dll
(#include <MySQl.Data.dll> )

but if i try to use the sql namespace or anything,i'll get an error.How can I get it working?

I have a server program which needs to use winsock and MySql connector...But I can't create a windows form application for the server,so I have to use the connector with a simple win32 app...
Last edited on
I've only ever connected to MySql using the c interface.

But see if this webpage here is any help:

http://www.15seconds.com/Issue/050407.htm
Topic archived. No new replies allowed.