Vb.net recordset

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

    Vb.net recordset

    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?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    you need to create dataset in stead of recorset.

    please refere to some of the articles here

    Comment

    Working...