working with recordset type in .NETCF

  • Thread starter Thread starter Flying Whiz
  • Start date Start date
F

Flying Whiz

Hi

I am new to .NETCF. I want to know what's the similar thing in .NETCF
like Recordset in eVB.And also what can be used instead of EOF or BOF
in .NETCF
for ex: in eVB I wrote

If goADOrs.EOF = False Then
getchecklogin = True
Else
getchecklogin = False
End If

Hw can i do this in .NETCF.

Help is appreciated.
 
Back
Top