MaxRows in Recordset (odcb)
hi everyone:
i got some problem in visual c++ 2003
i'm calling a stored procedure on a sybase database that returns a 42 columns and 66774 rows (this result is from ISQL console)
but from my program it returns 1238 which is 66774-65535
(and 65535 max of two bytes)
so i figured that there is some limitation on the max no of rows on the recordset class or the ODBC driver for Sybase database.
which one is limited ,and how to solve this situation
|