Subject Re: [firebird-support] commit in stored procedures
Author Dimitry Sibiryakov
23.01.2010 22:34, Maurizio P. wrote:
> i should write a Stored Procedure where i first delete all
> the records of a table , and then i repopulate
> it with some calculations .

I wonder why you don't use MERGE instead of deleting and inserting...

BTW, do you really have to keep the results of calculations or this is
just blind one-to-one porting of logic from other DBMS?

--
SY, SD.