ADO : recordset vs cursor [message #103811] |
Wed, 24 March 2004 07:46 |
jerome
Messages: 13 Registered: May 2000
|
Junior Member |
|
|
Dear Experts,
I'm using(in C++) a SELECT statement in a Recordset (C++) to retrieve data from my DB (Oracle 8i).
There are around 1 million records to be returned but when I performed the rs.Open , I can't get the 1 million records but only around 300.000 (the number of records returned change from one try to another).
I heard I should use a Cursor to perform that.
Is it the good solution ?
Any help greatly appreciated.
Jerome.
|
|
|
|