Click or drag to resize

SQLConnection.ODBCCursors Property (Typed)

X#

Note: This API is now obsolete.

A constant representing the cursor type for the SQL connection.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
[ObsoleteAttribute]
 VIRTUAL PROPERTY ODBCCursors AS LONG GET 
Request Example View Source

Property Value

Type: Long
A constant representing the cursor type for the SQL connection.
Remarks
Tip Tip
The cursor type can only be changed if the current connection is not busy. If an invalid value is specified, the cursor type remains unchanged.
Possible values include: SQL_CUR_USE_IF NEEDED (default for most drivers) SQL_CUR_USE_ODBC SQL_CUR_USE_DRIVER
Tip Tip
Refer to your ODBC documentation for a description of these constants.
Tip Tip
Please note that the default for this option has changed from SQL_CUR_USE_ODBC in the past to SQL_CUR_USE_IF NEEDED in the latest versions of X#.
See Also