How can you connect c++ with any database.

S

skishorev

Hi,
How shall i connect c++ with any data base(like oracle , xml
etc.).Plz Let me know if anybody familiar with this.

Thanks&regards,
saikishore
 
O

omveer.chaudhary

Hi,
Use OTL to connect c++ with oracle.
Follow the link below:
otl.sourceforge.net

Cheer
Omveer
 
R

roberts.noah

Hi,
How shall i connect c++ with any data base(like oracle , xml
etc.).Plz Let me know if anybody familiar with this.

You need a third party API that is specific to your OS and database.

Your question is off topic here, that is why you're not getting the
answer you want.
 
J

JustBoo

How shall i connect c++ with any data base(like oracle , xml
etc.)

Others have given good advice. An alternative that was enormously
successful for me was a hidden Oracle gem. :) It's called OO4O.
(Oracle Objects for OLE) Don't let the name concern you. You are
*not* exposed to anything having to do with OLE.

It's a completely object oriented library that talks directly to
native Oracle drivers. I found it exceptionally fast. Especially in
comparison to ODBC. It uses the OCI API underneath. It can save
months (years?) in development time.

Google for it: "Oracle OO4O". It also comes with the Oracle client CD.
It automatically installs with even the smallest install.

PS: that's the letter "O" not zero.

Good Luck.
 

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,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top