Hi,

> I have to manipulate (or access) MySQL Database through pure C or
> C++, but I am not getting the exact libraries for it. Also, I don't
> know how to do it. Please anybody would tell me if it is possible
> or not. And if it is possible, then let me know how to do it and
> what to do for it.

in any way you need mysql client libraries on the machine you're
compiling and running your C/C++ programs.

if you're writeing pure C programs, just look at the MySQL C API
(http://www.mysql.com/doc/C/C/C.html) and you should be going.

if you're into C++, you might want to look at MySQL++, the C++
class for MySQL (at http://www.mysql.com/downloads/api-mysql++.html).


Rgds,
  Tfr

 --==< [EMAIL PROTECTED] >==< MySQL development team >==< Tallinn / Estonia >==--

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to