Recordsets in VB.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bharathi228
    New Member
    • Jul 2008
    • 28

    Recordsets in VB.NET

    Hello,
    I want to start working in VB.net but seem to have
    trouble in understading how I get to an equivalent of a
    recordset as in VB6.
    The only examples I find are working with binding, but
    that is not what I want to do.
    I want to be able to create a recordset and go forward
    and backwords through it and us it in while not .EOF
    structure as I did befor in VB6.

    And also I want to know how can I use
    .addnew
    .edit
    .update
    .index
    .seek


    How is this done in VB.NET. Any axemples out there?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Get an ADO.NET tutorial and read it.

    P.S Please use approapriate thread titles.

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      As a matter of fact, we have two articles on this site that you should read:

      Comment

      Working...