Prevent Unhandled Exception for SQL Insert Statements Involving ROWID
When a SQL insert operation selects ROWID (and optionally, some column values) from a table and omits one or more columns of the target table, c-treeACE SQL terminated with an unhandled exception. Logic has been modified to correct this behavior.