Click to See Complete Forum and Search --> : accessing oracle using c (unix based)


imran_qau
October 28th, 2002, 06:39 AM
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

cup
October 29th, 2002, 12:17 AM
Have a look at Oracle Call Interface (http://codeguru.earthweb.com/mfc_database/Osql10.shtml) 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.

debkumar
October 29th, 2002, 05:25 AM
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