I work with oracle and VC++ , ADO
I use this to manipulate data
sSQL.Format("SELECT finger_id FROM other_info WHERE card_id = 20000");
recordset->Open(_variant_t(sSQL),connection.GetInterfacePtr(),adOpenForward Only,adLockReadOnly,adCmdText);
there are more than 2 records in this recordset. I want to display all of them by a data_grid.
Please help me to handle this problem.
Thanks in advance