RecordSet Return Nil

This is on PostgreSQL
Way the Recordset return nil and no 0

Because RecordSet is an object and an object can’t be 0 but it can be Nil.

ok thanks

You usually only get a nil recordset if there’s an error in the SQL.
If the query is valid the recordset COULD be empty.

ok thanks