Subject | Re: [firebird-support] commit in stored procedures |
---|---|
Author | Anderson Farias |
Post date | 2010-01-24T00:33:09Z |
Hi,
[client code]
StartATransaction;
ExecuteTheProcedure;
Commit;
Regards,
Anderson
> create procedure TESTCan't do that (up to FB 2.1)
> start transaction
> .... code o the procedure
> commit transaction
> I want that the table is updated onlyCall commit at the end of procedure execution at your client (app) code.
> at the end of the procedure .
[client code]
StartATransaction;
ExecuteTheProcedure;
Commit;
Regards,
Anderson