I have been working for VB6.0 and trying to convert that code into VB.NET.Alomost I tried and succeed but when I am confused to convert this lines of code.
If Not ds.EOF Then
ds.MoveFirst()
ds.MoveLast()
End If
Can Any one help me to convert this lines of Code ?any one tell me some online VB6 to VB.NET converter tools.
I have used SQlDataReader instead of the RecordSet.I think while seeing this lines of code I thought ds.MoveFirst(),ds.MoveLast() means moving the cursor postion of the recordSet to last record