Re: C SQL DB Library
- From: user923005 <dcorbit@xxxxxxxxx>
- Date: Wed, 10 Jun 2009 14:35:49 -0700 (PDT)
On Jun 10, 5:07 am, niq <zed...@xxxxxxxxx> wrote:
I need c db library that works with most of RDBMS. Open source. Free))
Just use standards based database adapters like ODBC, OLEDB or .NET
(or JDBC if you want to use Java).
The most ubiquitous is ODBC, since it works everywhere (including
POSIX clients) or JDBC if you use Java for the same reason.
See:
http://www.sqlsummit.com/ODBCVend.HTM
I suggest that a web search is a better way to solve this sort of
problem.
.
- References:
- C SQL DB Library
- From: niq
- C SQL DB Library
- Prev by Date: Re: Tool/Editor to interprete #if(Switch == ValueA) available ?
- Next by Date: Re: Maximum number of function arguments
- Previous by thread: Re: C SQL DB Library
- Next by thread: Re: C SQL DB Library
- Index(es):
Relevant Pages
|