Reputation: 775
I want to connect to oracle database using C language in Windows OS. But I do not how to start with it and what will be pre-requisite? can any one provide me any help or tutotial or sample code? Thank you.
Upvotes: 1
Views: 7850
Reputation: 188
http://www.dreamincode.net/forums/topic/30799-how-to-connect-c-with-oracle/
Oracle C++ Call Interface (OCCI) is an Application Programming Interface (API) that provides C++ applications access to data in an Oracle database.
To know more about the OCCI refer here
http://www.oracle.com/technetwork/database/features/oci/index-090820.html
Upvotes: 1