|
|||||
ODBC | |||||
Functions | Platforms |
The OmniMark OMODBC library is a collection of ODBC external functions. The library provides easy, efficient, and portable access to ODBC data sources from within an OmniMark program using your existing ODBC-compliant database software drivers. The functions allow you to access all of the ODBC 3.0 functions used to view and manipulate data within a data source so that you can:
The OMODBC external function library consists of the following files:
opaque
types, external function declarations and required pre-defined values.
The OMODBC external function library requires OmniMark 4.0 or higher. As well, the following lines must be included at the beginning of the OmniMark program:
; name and location of the library file declare function-library "omodbc" ; ODBC function and constant declarations include "omodbc.xin"
Information is available about Migrating from OMODBC 1.0 to OMODBC 2.0.
---- |