Hello Otis
The problem is that when we to try to save an entity, new records are inserted in the related tables. For example, when we save a CompanyEntity, new JobsEntity is inserted , which it basically creates new jobs we don't have/offer.
The generated insert statement is "insert into Jobs () values ()", which is not a valid sql-transact statement.
chears,
Ibrahim