ODBC_LEVEL Function
Tests for ODBC level compliance for specific drivers (related to fetch operations only).
Usage
level = ODBC_LEVEL(connect_handle)
Input Parameters
connect_handle—The handle returned by ODBC_CONNECT.
Returned Value
level—The level of compliance for fetch operations:
1—Indicates level 1; extended fetch operations are not possible (no cursor operations).
2—Indicates cursor operations are supported.