User Profile

Collapse

Profile Sidebar

Collapse
Marta6418
Marta6418
Last Activity: Jan 28 '15, 11:43 AM
Joined: Jul 17 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Marta6418
    started a topic How to find or filter in ADO.NET with VB.NET
    in .NET

    How to find or filter in ADO.NET with VB.NET

    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...
    See more | Go to post

  • 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
    See more | Go to post
No activity results to display
Show More
Working...