SqueakDBX

The relational access answer for Squeak/Pharo

Known problems

  • DBXResultSet #rowsAffected will return zero in these situations: If an update, delete or insert is correct, has zero rows affected, but also will return zero if there is an error trying to obtain through OpenDBX, the rows affected. So, Well, you can’t really distinguish between these two conditions.