Subject | Re: [firebird-support] Re: Insert Trigger which makes an Update if pk allready there possible? |
---|---|
Author | Martijn Tonies |
Post date | 2004-08-20T18:46:38Z |
Hi,
INSERT/UPDATE procedure if you right-click on a
table and select "Create SUID Procedures" ;-)
Isn't that convenient.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> Wouldn't it be better to say:This is exactly how Database Workbench creates an
>
> begin
> insert ....
> when somethinggoeswrong
> begin
> update ...
> end
> end
INSERT/UPDATE procedure if you right-click on a
table and select "Create SUID Procedures" ;-)
Isn't that convenient.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com