Topic: DB-referential integrity

Hi everyone
I know that FA uses InnoDb engine and InnoDb can use foreign keys to ensure database integrity, so, I want to know why FA 2.4 doesn't use foreign keys, and I also want to know if there is any problem if I create foreign keys to implement referential integrity at database level.

Regards

Re: DB-referential integrity

Yes you can use Foreign Keys.
FA uses Foreign Keys but not at DB Level.
The referential Integrity is maintained through Code

www.boxygen.pk