Kresimir Culin wrote: > If I want to enforce a business rule , and I want to be sure that It want be > bypassed > whether particular table used by grid/form or my own code, what are my > options:
If you want a coherent db, then you should use triggers provided by the db engine itself, not rely on some application-side logic (it could be bypassed by another client). Or maybe I'm missing something and what you need is completely different... BYtE, Diego. _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
