[This is preliminary documentation and subject to change.]
SQLExecute executes a prepared statement by:
When the client invokes SQLGetData the adapter acts upon the row instance as returned by the most recent Next method call. ODBC uses integers to refer to the columns in the select list of a SELECT statement. This integer is a one-based index into the select list. In implementing SQLGetData, the adapter maps the column to an element in the select list. This element provides all necessary information for accessing the corresponding property in the row instance.