ODBC Connection User Guide > Reference > ODBC_LEVEL Function
  

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_handleThe 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.
 

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.