Test for IDBResultSet isEmpty?

Is there a way to test if IDBResultSet isEmpty?

The Next method needs to be called in advance to read a record. This means that to read the first record, you have to call it first.

Thus, the first call to Next indicates what you want. If it's false, it's empty. If not, you can then start reading.

1 Like

very neat

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.