Subject | Re: Create Trigger by dbExpress on Firebird 1.5 |
---|---|
Author | axsp2000 |
Post date | 2006-01-21T22:40:57Z |
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@i...>
wrote:
without the SET TERM i keep on experiencing errors like "SQL Server
Error-Token unknown, line 9 Char 1 END." It refuse the END keyword at
the end of CREATE TRIGGER statement. I've the same problem using an
TSQLDataset query.
Is it a dbExpress problem ?
Thank you
Alessandro
wrote:
> SET TERM is an ISQL statement - it's not available (or needed)outside the
> ISQL environment.processes
>
> Note too that, even if SET TERM were valid DSQL, ExecuteDirect
> one and only one statement. Your complex CREATE TRIGGER or CREATEthe DDL
> PROCEDURE statement is OK (its embedded statements are valid within
> request) but adding extra statements is not. And if you are tryingto use
> ExecuteDirect to process an ISQL script, that can't work either.Helen,
>
> ./heLen
>
without the SET TERM i keep on experiencing errors like "SQL Server
Error-Token unknown, line 9 Char 1 END." It refuse the END keyword at
the end of CREATE TRIGGER statement. I've the same problem using an
TSQLDataset query.
Is it a dbExpress problem ?
Thank you
Alessandro