Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

F90sql supports java or not

Neha_S_
Beginner
451 Views

Dear Sir/Madam,

I would like to know whether can I extract data from f90sql using java? If yes what should i need to do please suggest me. Thanks in advance.

Regards,

Neha

0 Kudos
1 Reply
mecej4
Honored Contributor III
451 Views

The natural way of connecting to a database and running queries in a Java application is to use JDBC. Why do you want to use F90SQL, which is intended for connecting Fortran programs to a database, instead? 

As far as I know, JDBC is far more widely used and supported than F90SQL, and F90SQL requires that you have ODBC drivers deployed. Which database do you propose to connect to?

0 Kudos
Reply