Visual C++ code to connect database
Hi
I am currently writing a program in visual c++.
However I need to store image to oracle database.
Therefore there is a need to connect to the database.
In other word, I need to connect using ODBC.
However I am not sure of the code in visual c++ to connect
and to store jpg image into oracle database.
Is there any reference or link that i can get the standard code
to connect to oracle database using visual c++ code?