Using the Superbase
ODBC Driver
The following steps must be taken to use Superbase files
via ODBC in an ODBC-client application:
1. Create an ODBC data source for the directory where the
files reside
2. Connect to the data source via ODBC from the client
3. Open the table(s) (files) within the data source
4. If more than one table was opened, join the tables
5. Select the columns (fields) that are to be queried
6. Perform the query using the conditions desired (filter)
Examples are given below for each of the steps above.
|