On Fri, 25 Jul 2008 08:02:46 +0200, 
Alessio Forconi wrote:

>Hello to everyone, I planning to start using sqlite but first I have a
>question, sqlite supporting the referential integrity as access?

As Rich Shepard already pointed out, SQLite doesn't support
it by itself, but you can use triggers to implemented it.

You may find this site useful:

http://www.rcs-comp.com/site/index.php/view/Utilities-SQLite_foreign_key_trigger_generator

Native implementation of referential constraints seems to be
on the to-do list, but it is far from easy.

>Excuse for my bad english
>
>Thanks a lot
-- 
  (  Kees Nuyt
  )
c[_]

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to