I'm using data access with sqlite (3.8.8.3), when i try to insert a record in a table that have a FK to another table, this let me introduce the new record, even if the record in the foreign table does not exists.
↧
I'm using data access with sqlite (3.8.8.3), when i try to insert a record in a table that have a FK to another table, this let me introduce the new record, even if the record in the foreign table does not exists.