Introduction
The OmniMark ODBC library contains several functions that provide easy, efficient, and portable access to ODBC data sources from within an OmniMark program. This includes functions used to manipulate data within the data source and modify the structure of the data. This sample describes how to use these functions to:
- determine supported data types
- set the cursor name
- perform extended fetch and cursor scrolling
- insert and delete ODBC records
- perform piece-wise data insertion and retrieval
- retrieve table names and statistics
- retrieve column names and descriptions, and special columns
Sample Files
Getting the attributes of an ODBC queried column
Inserting and deleting ODBC records
ODBC extended fetch and cursor scrolling
ODBC piece-wise data insertion and retrieval
Retrieving column names from an ODBC table
Retrieving ODBC table names
Retrieving ODBC table statistics
Retrieving queried ODBC column descriptions
Retrieving special columns for an ODBC table
Retrieving supported ODBC data types
Retrieving the native interpretation of an ODBC SQL statement
Setting the ODBC cursor name
Generated: April 21, 1999 at 2:01:44 pm
If you have any comments about this section of the documentation, send email to [email protected]
Copyright © OmniMark Technologies Corporation, 1988-1999.