procedure to connect Oracle Db from c++
-
Thursday, August 09, 2012 8:49 AM
Hi all,
I want to connect Oracle db from my vc++ code, where i found sample code using "DbManager.h" and in my pc Oracle 10G client installed but there is no DbManager.h. Kindly anyone suggest the procedure to connect Oracle Db from c++ or how to get the DbManager.h
Thanks in advance..
- Moved by Jesse JiangMicrosoft Contingent Staff Wednesday, August 29, 2012 7:47 AM (From:Visual C++ General)
All Replies
-
Thursday, August 09, 2012 9:31 AM
This is not exactly the Forum for Oracle DB related questions. But seems that many people are puzzled by this DBmanager.h header file. From this link you can find in comments at the bottom that the author is:
Sorry, there is no need to include "dbmanager.h" by mistake i have included it. You have to include "occi.h" like #include<occi.h> in your program. Note one thing more this code will not work for every compiler.
Nice correction after more than 3 weeks.
And in this thread you can try to find the solution.
-
Wednesday, August 29, 2012 7:52 AM
This is not the proper forum for Oracle.
Lazylamb loves smelly cat.
-
Wednesday, August 29, 2012 7:55 AM
Hi Rev_sb,
Your question is related to Oracle database, which is not supported here.
Please go to Oracle related forums to ask for help.
Thanks for understanding!
Regards,
Damon Zheng [MSFT]
MSDN Community Support | Feedback to us
- Edited by Damon ZhengMicrosoft Contingent Staff Wednesday, August 29, 2012 7:55 AM

