Purpose
Returns or assigns an integer value indicating whether the ODBC driver should scan an SQL string for ODBC escape clauses.
Syntax
DBStatement.NoScan [= Constant]
Constant |
Possible values: |
|
SQL_NOSCAN_ON |
On. SQL strings won't be scanned for escape clauses. This is the default. |
|
SQL_NOSCAN_OFF |
Off. |
|
SQL_NOSCAN_DEFAULT |
On. |
|