Hello !
How can I access oracle database using C . Remember operating system I am using is Unix. Can anybody provide me helping material or any helping website or any article
Thanks
Imran
Printable View
Hello !
How can I access oracle database using C . Remember operating system I am using is Unix. Can anybody provide me helping material or any helping website or any article
Thanks
Imran
Have a look at Oracle Call Interface It is basically a description of how to connect to Oracle using MFC/Windows. These are just wrappers for OCI. If you unravel the C++ wrappers, you will find a bunch of OCI calls. Just use these in your C program. I know it works from Oracle 7.3.4 upwards. I don't know about earlier versions of Oracle.
Go to Google.
Search for
programmers guide to oracle pro *c/c++ precompiler
Download the PDF format.
Its especially written for programmers of Oracle Pro*C ... iv
Regards
Debkumar