>Are you sending the pragma to enable FK constraints? >PRAGMA foreign_keys = ON;
That's only if you're compiling SQLite from the source code. I'm just using the ADO provider. I've been looking for some configuration setting somewhere that might alter what seems to be the default behaviour of no FK constraints, but nothing so far. Cheers, Greg
