I’m unable to delete record from sqlite db using Navicat. The error reads: `Error constraint failed’
I get the same thing if I try to delete with the console using an sql command:
sqlite> delete from myTable where sort = '965';
constraint failed
sqlite>
any idea why this might be happening.
thanks for the help
It looks like this table has a Field which is referenced as a FK in another table, so the SQlite saying