Find or Filter in ADO.NET using Visual Basic.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Marta6418
    New Member
    • Jul 2014
    • 2

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