Subject | Re: [ib-support] Re: Firebird 1.5 Alpha1 |
---|---|
Author | Martijn Tonies |
Post date | 2002-10-01T19:40:40Z |
Hey Andrew,
And even better: try your trial copy of Firebird Workbench -
it already has a GUI for it :)
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
And even better: try your trial copy of Firebird Workbench -
it already has a GUI for it :)
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> * Universal triggers (SF #451922).
> Allow one trigger to be fired for a number of action types.
> Example:
> CREATE TRIGGER my_trigger FOR my_table BEFORE INSERT OR UPDATE
> AS BEGIN
> IF (NEW.DOC_ID IS NULL) THEN
> EXCEPTION my_exception;
> END
> Contributor(s):
> Dmitry Yemanov <yemanov@...>
>
> -----
>
> Wooohooo! Smell that, MSSQL? That's your one advantage going up in
> smoke. [Sorry... not competing, not competing... awareness only...]
> My DDL scripts just shrunk by a third. Thanks!