sqldatareader equivalent?

  • Thread starter Thread starter John
  • Start date Start date
OleDbDataReader
Dim dr As System.Data.OleDb.OleDbDataReader


--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Thanks. If I have a oledbconnection and an sql statement string, can I get
an oledbdatareader out of them?

Regards
 
Yes...I expect so.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top