Subject | Re: [IBO] TIB_Script |
---|---|
Author | c.tamalun@treesoft.de |
Post date | 2003-11-13T17:46:20Z |
Hi Peter,
i would use special comments inside the script:
/* $SaySomething */
Delete from ImportantTable;
Then you assign the OnStatement event of your TIB_Script. Here is the every SQL-Statement up to the terminator passed as argument "Statement", so you can check the first line of "Statement" for "$SaySomething" and act as you prefer.
Regards
Christoph
[Non-text portions of this message have been removed]
i would use special comments inside the script:
/* $SaySomething */
Delete from ImportantTable;
Then you assign the OnStatement event of your TIB_Script. Here is the every SQL-Statement up to the terminator passed as argument "Statement", so you can check the first line of "Statement" for "$SaySomething" and act as you prefer.
Regards
Christoph
[Non-text portions of this message have been removed]