If you drag and drop an Adaptive Server Enterprise (ASE) or SQL Anywhere database table to create the
insert/create operation used in a chained insert operation, the Quick Create wizard creates the mobile business object with default generated operation statements:
- If the database table has a primary key column that is of autoincrement or identity type, then you do not need to modify the insert and select statements, if the MBO is the parent MBO used later for the chained insert.
- If the primary key is not autoincrement/identity type, modify the insert statement manually after the MBO is created to perform the chained insert operation.