Click here to Skip to main content
15,908,906 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I want to connect to oracle database(oracle 11g) from my visual studio 2012 using c++. I have installed ODAC. i searched in Google. No solution found. Anyone help me please.
Posted

 
Share this answer
 
hi,
There is a library provided by Oracle called OCCI (Oracle C++ Call Interface) which works with vc++ code.
Take a look at getting started article[^]
The blogger has used VS2008 environment but it is still very informative.
Maybe this helps you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900