Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

How to Connect to Oracle

Senthilkumar_S_
Beginner
784 Views

Hi,

 I need to connect to oracle database from Fortran 2003 or any other above versions. I am not very sure of doing this. I have installed the Intel visual studio environment and oracle client on my machine. Iam able to successfully connect thorugh the Oracle client. I need to write a program in Fortran to connect to database (ORACLE) .Iam looking for some help on this to get this complete. Appreciate your help on this.

0 Kudos
1 Reply
Arjen_Markus
Honored Contributor II
784 Views

If Oracle comes with an ODBC driver, then you might be able to use the ODBC module I wrote a while ago - see http://flibs.sf.net.

The advantage of ODBC is that the specifics of a particular database system are hidden behind a generic layer. There are drawbacks too, of course, like a reduction in flexibility. And my module may not cover all your needs.

Regards,

Arjen

 

0 Kudos
Reply