Subject Re: Gradual Slow Down
Author Svein Erling Tysvær
--- In IBObjects@yahoogroups.com, "Bill Gage" wrote:
>
> I have an app that is running several stored procedures on a
> database. It seems that as the process of running all the
> procedures progresses the application starts to slow down. I start
> a transaction before every stored procedure and commit after each
> one.

I guess a common mistake possibly resulting in this behaviour is to
use CommitRetaining rather than Commit.

Set