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

f90SQL question

rahzan
New Contributor I
1,634 Views
I need to store a large array as a table via an ODBC link, but doing it row by row, using f90sqlDirectExec takes a VERY long time.

I would like to transfer the data more in a bulk way. I assume that f90SQLBulkOperations is the way to go.
But I have no clear idea how to use it. Does anyone have any samples on how to do this?

F90sql's help Chapter 7 refers to an example 7.1 but I cannot find this file anywhere.

I barely know how to open a connection and close it. Get statement handles and only elementary things. So the more complete the sample the better.

Thanks very much,
Tim
0 Kudos
1 Reply
durisinm
Novice
1,634 Views
You might find the answer at Canaimasoft's Web site.

Mike
0 Kudos
Reply