CursorLib
database parameter
Description
Specifies the cursor library to use when connecting to an ODBC
data source.
Applies to
ODBC (if driver and back-end DBMS support this feature)
Syntax
|
1 |
CursorLib='value' |
|
Parameter |
Description |
|---|---|
|
value |
The cursor library to use when connecting to an
|
Default value
CursorLib=’Driver_Cursors’
Examples
To specify use of the ODBC Version 2.0 or higher cursor library
when connecting to an ODBC data source:
-
Database profile
Select Cursor Library from the Cursor Library drop-down list
on the Transaction page in the Database Profile Setup dialog
box. -
Application
Type the following in code:
1SQLCA.DBParm="CursorLib='ODBC_Cur_Lib'"