Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Any OCI examples for Visual C++ ??
Dweezel Zappa wrote in message <37BC3179.85986487_at_duh.net>...
>I want to be able to access an oracle database from a C/C++
>program compiled with Visual C++. How is this done? Are
>there any tutorials or sourcecode examples out there anywhere
>in cyberland?
Your best bet is probably to use ODBC. The "CDatabase" and "CRecordSet" MFC classes make life pretty easy - I'd suggest that you get the VC++ "AppWizard" to generate a database application for you as a starting point.
Regards,
Chris
![]() |
![]() |