ok 1 more, if I have an insert trigger, and insert 3 rows 2 minutes apart. The first will trigger the script to run, will the second one wait until the first trigger is done before it launches?
rich ----- Original Message ----- From: "Bill Downall" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 3:04 PM Subject: [RBASE-L] - Triggers with Tango > On Mon, 30 Dec 2002 14:49:52 -0500, rich Jasinski wrote: > > >So what your saying is that oterro executes the trigger? > > Rich, > > Yes. A trigger is, in effect, part of the database structure. The same driver > or program that inserts the row is automatically also executing the > trigger. > > Bill

