i have a example to connect mysql throug
c api but here a header file mysql.h
is not found where mysql structure is defined
how can i find out c api for this purpose?
or any side for this purpose?
i have a example to connect mysql throug
c api but here a header file mysql.h
is not found where mysql structure is defined
how can i find out c api for this purpose?
or any side for this purpose?
Hi!
I think you need MySQL source distribution.
A quote from the manual:
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>20.1 MySQL C API
The C API code is distributed with MySQL. It is included in the mysqlclient library and allows C programs to access a database.
[/quote]
Bye, Peter
i have installed mysql server and
mysql++ but till i have not mysql.h
how can i get it ?