Good afternoon
I'm trying to upgrade a VB6 + ADO (SQL Server) application to VB.NET and taking advantage of the ADO.NET speed.
My problem is how can I, using ADO.NET SqlDataReader, do something like :
myRecordset.Mov efirst
myRecordset.Fil ter="myField=" & myValue
or
myRecordset.Mov efirst
myRecordset.Fin d "myField=" & myValue
Thanks...
User Profile
Collapse
-
How to find or filter in ADO.NET with VB.NET
-
Find or Filter in ADO.NET using Visual Basic.NET
Good afternoon
I have been working with VB6 for many years. Now I'm migrating to VB.NET and I want to take proffit of ADO.NET speed.
I'm using a sqlDataReader to get a set of records from an SQL Server table.
My problem is that I want to do a find or a filter to look for a specific record and not having to close/open again the dataset.
Thanks in advance
No activity results to display
Show More