[Ilugc] mysql with c/c++

  • From: arvind_7@xxxxxxxxxxx (Arvind Kalyan)
  • Date: Fri, 20 Dec 2002 20:32:16 +0530

hallo, 
Kindly mention the sample example program of mysql connectivity with 
c/c++.  regards,

read about the mysql API. its very simple...

you create a connection with the server with mysql_connect() and then  issue 
commands using mysql_query() and retrieve the rows using mysql_fetch_rows() 
function. use the manual that you got with the mysql distribution.

example source code for clients can also be found under the base dir of your 
mysql source direvtory.

kk

Regards,

-- 
Arvind Kalyan
21CSE131 - II B.E. CSE,         arvind@xxxxxxxxxxxx
Kongu Engineering College       http://www.bytepost.com/~arvind
___________________________________________________
Kongu Engineering College - Assuring the Best!!!
http://kongu.ac.in, http://kongu.edu


Other related posts: