Menu

Oracle 10g

2008-01-16
2012-09-26
  • Martin Senner

    Martin Senner - 2008-01-16

    Hello,
    can anyone tell me how to connect to an Oracle 10g Database in devcpp as simply as possible. Thanks a lot.

     
    • cpns

      cpns - 2008-01-16

      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).

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.