How will connect to database from C++ [message #277816] |
Wed, 31 October 2007 14:37 |
rs.renganathan
Messages: 2 Registered: October 2007 Location: India
|
Junior Member |
|
|
hi,
I dont how will connect From C++ to database(Oracle or any other).
I want details of ODBC?
how will connect to database and how many function in ODBC class and their functionalities?
ANY one can you HELP me?
|
|
|
Re: How will connect to database from C++ [message #277820 is a reply to message #277816] |
Wed, 31 October 2007 14:47 |
|
Michel Cadot
Messages: 68732 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
You can use Pro*C, OCI, OCCI, OBDC, and OLE DB, OO4O if you are in Windows for Oracle.
OLE DB (Windows) and ODBC for all databases.
For Oracle, search for all these words on http://www.oracle.com/pls/db102/db102.federated_search
For others, Google is your friend.
Regards
Michel
|
|
|