CuriousCase
CuriousCase

Reputation: 775

Connecting to oracle DB through C

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

Answers (1)

user909058
user909058

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

Related Questions