Click here to Skip to main content
15,909,324 members
Please Sign up or sign in to vote.
1.19/5 (4 votes)
See more:
After i modify oracle.cpp,when it was run in VC++,why oracle.cpp return before?
Posted
Updated 31-May-13 3:37am
v2
Comments
CPallini 31-May-13 8:58am    
First and foremost: "What is 'oracle.cpp'?
aolin.wang 1-Jun-13 20:18pm    
hi, I don't understand Oracle,because my job usually does not involve Oracle. And only master-company can modify the database,it is involving confidential. This time,Senior Manager asked me to modify a program,it had a oracle database. The oracle database should be modified. Now,I only know that the oracle.cpp,oracle.h and oracle.PC were not changed in VC++2008. Thank you very much! Have a nice day!

Try to use Oracle C++ Call Interface[^] :

Oracle C++ Call Interface (OCCI) is a high-performance and comprehensive API to access the Oracle database. Based on Standard C++ and object-oriented paradigm, OCCI is designed for improved productivity and quality in developing Oracle database applications.

Introduced in Oracle9i, OCCI is being successfully used for client-server, middle-tier, and complex object modeling applications.
 
Share this answer
 
In cmd.exe,write "proc iname=oracle.PC oname=oracle.cpp code=cpp ltype=none".
if oracle.PC had error,you could got prompt in cmd.exe.
if oracle.PC was good,you could got a oracle.cpp file.
 
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