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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing DataBase

Status
Not open for further replies.

TeSSeO

Programmer
Feb 18, 2002
14
ES
Hi there,
I´m doing an app that has to access a DataBase (ORACLE), and make some querys. I´ve never worked with DataBases in Visual C++ before. I guess I´d have to create a DB Object, Connection Object, RecordSet object or something like that.
Could anyone give me a hint of how to do it or send me a piece of code where I could look at?

Thanks a lot,
TssO
 
Look at some samples in MSDN.
If u want more there are lots
of examples on the web.
You only have to type CRecordset
into google and you will get lots of
results.
And also u can to the ever green
sites of codeguru.com or codeproject.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top