[fpc-pascal] sql server embedded: sqlite the only solution?
Luca Olivetti
luca at ventoso.org
Thu Dec 24 00:43:28 CET 2009
En/na JoshyFun ha escrit:
>
> SQLite is faster than Firebird, but take care that SQLite does not
> enforce foreign keys, so data integrity must be handled by the
> programmer "manually".
It does, since version 3.6.19 (released in October).
Before that you could enforce foreign keys using triggers, and the
triggers could be autogenerated by the .genfkey command.
Bye
--
Luca
More information about the fpc-pascal
mailing list