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

SQL Server 2008

JohnNichols
Valued Contributor III
631 Views

After getting the program running as a "somewhat" Windows API program, I am moving to the stage of worrying about the actual program.

I need to "put" some output into a SQL Server 2008 database. Is it possible to write from Fortran into SQL or do I have to use an text file and import to SQL.

JMN

0 Kudos
1 Reply
Steven_L_Intel1
Employee
631 Views
There are several ways to do it. Some people use the COM interface to ODBC directly. Some use the old Canaimasoft f90SQL. There's also a commercial product called ForDBC, but I have not tried that myself.
0 Kudos
Reply