Subject Re: [firebird-support] Is start a reserved word?
Author Thomas Steinmaurer
>> At 03:09 PM 5/05/2009, you wrote:
>> >Is start a reserved word?
>>
>> YES: read the v.2.1 release notes! It became reserved then, i.e., more
>> than a year ago.
>
> I'm curious: what is it reserved for?

Database triggers:


<database-trigger> ::=
{CREATE | RECREATE | CREATE OR ALTER}
TRIGGER <name>
[ACTIVE | INACTIVE]
ON <event>
[POSITION <n>]
AS
BEGIN
...
END
<event> ::=
CONNECT
| DISCONNECT
| TRANSACTION START
| TRANSACTION COMMIT
| TRANSACTION ROLLBACK




--
Best Regards,
Thomas Steinmaurer
LogManager Series - Logging/Auditing Suites supporting
InterBase, Firebird, Advantage Database, MS SQL Server and
NexusDB V2
Upscene Productions
http://www.upscene.com
My blog:
http://blog.upscene.com/thomas/