Subject Re: [ib-support] IB-Server hang up at disconnect
Author guido.klapperich@t-online.de
> You should really be committing at least every 100,000 rows.
>

I run a SP, which read the data from one table, do some modifications and then write the new data to a second table. How can I
do a commit every 100.000 rows. As fas as I know, commit isn't supported in SP.

>
> What version of IB/FB are you running?

IB 6.01

>
>
> Does your application do _anything_ after you commit the transaction?
>

No, nothing. The only thing, the app should do, is to disconnect.

Guido