Subject | Re: Procedure Help |
---|---|
Author | Alexander V.Nevsky |
Post date | 2003-08-13T10:19:03Z |
--- In firebird-support@yahoogroups.com, Thomas Miller <tmiller@b...>
wrote:
suppose? Take a look at exception handling within SP (WHEN ... DO in
chapter Procedures and Triggers in Language Reference).
Best regards, Alexander.
wrote:
> Can I use COMMIT in a stored procedure? I want to do severalThomas, what is the reason for this commits? Possible exceptions, I
> things in the stored procedure
>
> a) update a column
> commit;
> b) process a select statement
> Set return values if found
> c) Update a column
> commit;
>
suppose? Take a look at exception handling within SP (WHEN ... DO in
chapter Procedures and Triggers in Language Reference).
Best regards, Alexander.