working with recordset type in .NETCF

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top