Hi
Like we can retreive all the records from a table using this method:
While (Not rst.EOF)
....
End While
How to retrieve all the records when using OleDbConnection
Thanks
qi
Like we can retreive all the records from a table using this method:
While (Not rst.EOF)
....
End While
How to retrieve all the records when using OleDbConnection
Thanks
qi
Comment