Small company logo:
   History
 
Advertising banner:
 
 Statement.RetrieveData
Home • Help • Customization Tools • FCAS • Language Reference • Statement.RetrieveData
 
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.