H
H. Williams
I'm using a OleDbDataAdapter to partially fill a dataset:
Overloads Public Function Fill(DataSet, Integer, Integer, String) As Integer
Everything works, but the function only return the records filled. Is there
any way to get the total record count, without another command?
Overloads Public Function Fill(DataSet, Integer, Integer, String) As Integer
Everything works, but the function only return the records filled. Is there
any way to get the total record count, without another command?