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
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