Don't know, but I would suggest OCI or OCCI (Google it). They are supplied as DLLs so you should be able to link to at least OCI (C++ linkage in OCCI may be a problem). You may need to use LoadLibrary() to access the interface if no export MinGW library is available, or use the reimp tool to convert a Microsoft export library. Another alternative is to upgrade the MinGW compiler to 4.x (see www.mingw.org).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
can anyone tell me how to connect to an Oracle 10g Database in devcpp as simply as possible. Thanks a lot.
Don't know, but I would suggest OCI or OCCI (Google it). They are supplied as DLLs so you should be able to link to at least OCI (C++ linkage in OCCI may be a problem). You may need to use LoadLibrary() to access the interface if no export MinGW library is available, or use the reimp tool to convert a Microsoft export library. Another alternative is to upgrade the MinGW compiler to 4.x (see www.mingw.org).