On Friday 16 November 2007 02:44:30 am Uwe Grauer wrote: > Ed Leafe wrote: > > On Nov 15, 2007, at 6:28 PM, Uwe Grauer wrote: > >>> May I ask why you can't configure your database to use the > >>> referential integrity constraints that would match the behavior you > >>> want? From the ibphoenix site: > >> > >> BTW, the main site for firebird is firebirdsql.org > >> The FAQ is on firebirdfaq.org > > > > Fine, but you didn't answer the question. > > I do not want to integrate too much to the database. > I still want to be able to switch if i need to. > > Uwe
Uwe, I really don't understand your position. You want Dabo to handle the cascade delete instead of the database engine - why? The database engine can handle cascade deletes better and faster? For example: ALTER TABLE TEST_DETAILS ADD CONSTRAINT FK_TEST_DETAILS_1 FOREIGN KEY (FIRST_FIELD) REFERENCES TEST_HEADER (FIRST_FIELD) ON UPDATE CASCADE ON DELETE CASCADE -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
