I have a simple sqlite database with two tables. When I manually delete (using SQLite Expert)an entry in table DataSets, the coresponding entry in OneD is deleted as expecte
The problem can be solved by enabling foreign keys in the connection string:
data source=mydb.db;foreign keys=true