CanaimaSoft
f90SQL
Search
Contents
f90ADO
Links
f90VB
 
 
 

Steps of a typical f90SQL program

Operation f90SQL Subroutine
Allocate an ODBC Environment
f90SQLAllocHandle
    Allocate a Connection
f90SQLAllocHandle
        Open a Connection
f90SQLConnect
            Allocate a Statement handle
f90SQLAllocHandle
                Execute a SQL Statement 
and read results

f90SQLExecute
f90SQLBindColumn
f90SQLFetch

            Free Statement memory
f90SQLFreeHandle
        Disconnect
f90SQLDisconnect
    Free Connection memory
f90SQLFreeHandle
Free Environment memory
f90SQLFreeHandle

It is this simple. Still f90SQL offers an extensive list of functions and subroutines that will let you process complex queries and optimize data retrieval.

See our Examples Page for more detailed information and some working examples.

Copyright © 1998-2000 Canaima Software
For questions regarding this site, send an e-mail to
webmaster@canaimasoft.com