This is a discussion on Looking for a C/C++ DB SQL library within the MySQL forums, part of the Database Server Software category; --> Hello, I'm looking for a C/C++ library (for Linux/Win32) in order to interact with a SQL database (local or ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Ema, On Fri, 31 Aug 2007 06:16:11 -0000, oriani.blue_reply@bancaimi.it wrote: >Hello, I'm looking for a C/C++ library (for Linux/Win32) in order to >interact with a SQL database (local or remote). >Is there any free/open source product? >What about SQLite? > >Thanks in advance, >Ema. SQLite is cool, but shouldn't be used remote. 1 library, 1 commandline tool, 1 file per database. http://www.sqlite.org/ Regards, -- ( Kees ) c[_] The only way to get rid of a temptation is to yield to it (Oscar Wilde) (#100) |