Previous Page | Next Page

The LIBNAME Statement for Relational Databases

USE_ODBC_CL= LIBNAME Option



Indicates whether the Driver Manager uses the ODBC Cursor Library.
Default value: NO
Valid in: SAS/ACCESS LIBNAME statement and some DBMS-specific connection options. See the DBMS-specific reference section for details.
DBMS support: Aster nCluster, HP Neoview, Microsoft SQL Server, Netezza, ODBC

Syntax
Syntax Description
Details

Syntax

USE_ODBC_CL=YES | NO

Syntax Description

YES

specifies that the Driver Manager uses the ODBC Cursor Library. The ODBC Cursor Library supports block scrollable cursors and positioned update and delete statements.

NO

specifies that the Driver Manager uses the scrolling capabilities of the driver.


Details

For more information about the ODBC Cursor Library, see your vendor-specific documentation.

Previous Page | Next Page | Top of Page