rs.Open(CRecordset::dynamic,"select * from tablename");
I have rs - CRecordset object.
How can I use class member GetStatus to determine the index
of the current record in the recordset?
Printable View
rs.Open(CRecordset::dynamic,"select * from tablename");
I have rs - CRecordset object.
How can I use class member GetStatus to determine the index
of the current record in the recordset?
[ Redirected Thread ]