1.
SQL data types in ODBC
ODBC defines a wide variety of SQL type identifiers. However, the drivers are not required to use all of these identifiers. Instead, they use only those ...
2.
f90SQL-What's New
Registered users can also download the last version of f90SQL-pro. ... f90SQL-pro and f90SQL-lite are now available for Salford Fortran 95 (FTN95). ...
3.
Read Uncommitted isolation level
The Read Uncommitted isolation level allows a transaction to access uncommitted changes that have been made by other transactions (in either this ...
4.
Calling Fortran from Visual Basic and Visual Basic for Applications
To be able to call Fortran subroutines and functions from your Visual Basic and Visual Basic for Applications programs, you must understand a few basic ...
5.
Tutorial: Creating GUI for your Fortran programs using Visual ...
Tutorial: Creating GUI for your Fortran programs using Visual Basic and f90VB ... Our main window is a VB form that looks like Figure 1. ...
6.
Arrays in Visual Basic
You declare a visual basic array using the Dim statement [08]. The following are examples of fixed arrays declared in Visual Basic: ...
7.
Arrays in Visual Basic
Visual Basic resets the values to the Empty value (for Variant arrays), to zero (for numeric arrays), to a zero-length string (for string arrays), ...
8.
Installing the ODBC library and drivers
f90SQL was designed to work with ODBC Driver Manager version 3.5 (the latest version released by Microsoft as for August, 1998). ...
9.
Checking the version of ODBC Driver Manager installed in your system
To check what version of the ODBC Driver Manager is installed in your system, you must locate the file ODBC32.DLL (usually in the system or system32 ...
10.
Passing Basic data types (Integer, Boolean and Real types)
The function receives a double precision argument (X) and calls an intrinsic Fortran function (dacos) that returns the arc-cosine of the argument. ...