Looking for a C/C++ DB SQL library

  • Follow


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.

0
Reply oriani.blue_reply (6) 8/31/2007 6:16:11 AM

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)
0
Reply Kees 9/1/2007 6:25:36 PM


1 Replies
308 Views

(page loaded in 0.071 seconds)

Similiar Articles:













7/28/2012 10:07:33 AM


Reply: