API for C++

K

Karthik Kumar

Sonia said:
Hello,
Could anyone point to a good source of database APIs in C++?

Thanks
This is off-topic here. C++ standard does not specify any.
You may want to 'google' for this . Almost all major db vendors Oracle
, MySQL, Postgresql etc, provide a C++ API to interact with their DB.

--
Karthik.
------------ And now a word from our sponsor ----------------------
For a quality mail server, try SurgeMail, easy to install,
fast, efficient and reliable. Run a million users on a standard
PC running NT or Unix without running out of power, use the best!
---- See http://netwinsite.com/sponsor/sponsor_surgemail.htm ----
 
I

Ivan Vecerina

Sonia said:
Hello,
Could anyone point to a good source of database APIs in C++?

See http://www.trumphurst.com/cpplibs/cpplibs.phtml
(Available C++ Libraries FAQ)

All (open source or commercial) database engines have C or C++
bindings. Best would be to ask this question on a forum
dedicated to the platform you are working on.

If you are looking for a (relatively) lightweight SQL-style
solution embeddable in your C++ program, you may want
to consider SQLite (http://www.sqlite.org/).
Lower-level engines also exist (look for B-tree for example)

hth -Ivan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,176
Messages
2,570,947
Members
47,501
Latest member
Ledmyplace

Latest Threads

Top