ODBC enhancements ...
Posted: Wed Nov 10, 2010 10:15 am
Is it possible to add extra parameter to Databasequery command to specify the numbers of rows to be retrieved at once ?
This will get 10 records from the database at once. Improves the speed a lot (when using VPN connection).
Possible to add an Recordset 'object' ? (something similar to ADO Recordset).
Thanks.
Code: Select all
SQLSetStmtAttr(hstmt, SQL_ATTR_ROW_ARRAY_SIZE, 10, 0)
Possible to add an Recordset 'object' ? (something similar to ADO Recordset).
Thanks.