Purpose
Returns or assigns an integer value indicating whether the ODBC driver should automatically return the data for the current row.
Syntax
DBStatement.Retrieve [= Constant]
Constant |
Possible values: |
|
SQL_RD_ON |
On. Data will be automatically returned for each row. This is the default. |
|
SQL_RD_OFF |
Off. |
|
SQL_RD_DEFAULT |
On. |
|