On Dec 30, 2006, at 5:30 AM, Peter Bozek wrote:


Does this mean that no data was found? How can I get the
contents of the record retrived with the SQLSelect

If there would be no data found, SelectedRecords wwould be nil. look
at the RecordCount property.

No.
RecordCount should be 0 but may not be accurate when you do have records
If the recordset is empty EOF and BOF should both be true. At the very least EOF should be true saying you are already at the end of the records returned.
You only get a NIL recordset if there is a sql error

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to