[Gambas-user] database eof and bof
Neil Fallon
nfallo at ...734...
Sun Mar 6 06:58:18 CET 2005
Hi,
I have searched the archive and checked the documentation but can't seem
to find an answer. Does Gambas support EOF and BOF when working with
databases? In VB you would write something like
If rsResult.EOF = True Then
do something
Else
do something else
End If
If it doesn't support EOF and BOF what is the suggested way of trapping
the beginning and end of a database if the items aren't loaded into a
list or combobox?
Neil
More information about the User
mailing list