martindavey
Programmer
I have a CRecordset object.
CString strSQL="select * from [myTable]";
OldRS.Open(CRecordset::dynaset,strSQL,CRecordset::readOnly);
I now want to store the number of rows in an integer.
Any ideas?
CString strSQL="select * from [myTable]";
OldRS.Open(CRecordset::dynaset,strSQL,CRecordset::readOnly);
I now want to store the number of rows in an integer.
Any ideas?