Why does generated code not have update or delete methods?
FireStorm/DAO generates update and delete methods for all tables that have either a primary key or a unique index defined. This is necessary because the generated code needs to know which row or record to update, and this is determined by the primary key.
If FireStorm/DAO has not generated the update or delete methods for your tables then it means that either you do not have primary keys defined or FireStorm was not able to recognise them (if this is the case then please email support@codefutures.comimmediately and we will help you resolve the issue.

