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