Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I access an Oracle DB from c++??

Status
Not open for further replies.

danalib

Programmer
Aug 15, 2001
1
VE
Hi,

I'm taking all my databases from Access to Oracle. I already have my Oracle server running with my database created, I also have the Client running in my machine. I already configured the ODBC connection so it's working fine.

But my problem is in the c code. I open de CDatabase object that refers to the Oracle DNS, but when I try to declare a Recordset for that CDatabase object it just crashes... Hope someone could help.. Thanks in advance.
 
Hello Danalib,

I know that some native ODBC drivers from Oracle usually crash. Try using the Microsoft Oracle ODBC driver or get the latest patches for your Oracle drivers.

I hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top