What method of DB access is best from c++?

M

Mark Twombley

I'm just coming back to C++ from a very long stint with VB. In VB I used
ADO to access databases.
Visual C++ supports ADO and a plethora of other methods. I'm trying to
streamline my nasty learning curve and focus on the best method. I'm trying
to focus on standard c++ because I would like to use what I learn in Linux.
So does anyone have suggestions for the best database access methods? I
should mention that I want my DB access not to be restricted to DB type, so
I'm looking for the most generic method for say SQL, Access or Oracle, maybe
even Postgressql.

Thanks
 
M

Moonlit

Hi,

Mark Twombley said:
I'm just coming back to C++ from a very long stint with VB. In VB I used
ADO to access databases.
Visual C++ supports ADO and a plethora of other methods. I'm trying to
streamline my nasty learning curve and focus on the best method. I'm trying
to focus on standard c++ because I would like to use what I learn in Linux.
So does anyone have suggestions for the best database access methods? I
should mention that I want my DB access not to be restricted to DB type, so
I'm looking for the most generic method for say SQL, Access or Oracle, maybe
even Postgressql.

Thanks
--
Mark Twombley
diaganos(numeric)one at shaw dot ca
eg. (e-mail address removed)
"Say No to Spam"

Maybe have a look at OTL it is a template library it supports a few database
(but certainly not all).

http://otl.sourceforge.net


Regards, Ron AF Greve
 
S

Socketd

I'm just coming back to C++ from a very long stint with VB. In VB I
used ADO to access databases.
Visual C++ supports ADO and a plethora of other methods. I'm trying
to streamline my nasty learning curve and focus on the best method.
I'm trying to focus on standard c++ because I would like to use what I
learn in Linux. So does anyone have suggestions for the best database
access methods? I should mention that I want my DB access not to be
restricted to DB type, so I'm looking for the most generic method for
say SQL, Access or Oracle, maybe even Postgressql.

Use www.wxwindows.org

br
socketd
 
G

Ganesh

Hello,

ODBC defines set of industry adopted standard APIs for accessing
Databases in many languages which includes C and C++ also.

Regards
GK
 

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

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,408
Latest member
AlenaRay88

Latest Threads

Top