Hello World
I know how to display or manipulate (add,delete,upd ate,search) records using the OleDbDataReader and OleDbCommand class. But I'm clueless in getting the total record on a query.
In vb6, I know how to do it by using recordset.recor dcount. I've just tried using DataTable and OleDbDataAdapte r class but I can't make it. Please guide me. BTW, I'm using vb2005.
Rey Sean
I know how to display or manipulate (add,delete,upd ate,search) records using the OleDbDataReader and OleDbCommand class. But I'm clueless in getting the total record on a query.
In vb6, I know how to do it by using recordset.recor dcount. I've just tried using DataTable and OleDbDataAdapte r class but I can't make it. Please guide me. BTW, I'm using vb2005.
Rey Sean
Comment