Subject | Re: Gradual Slow Down |
---|---|
Author | Svein Erling Tysvær |
Post date | 2005-02-16T08:14:56Z |
--- In IBObjects@yahoogroups.com, "Bill Gage" wrote:
use CommitRetaining rather than Commit.
Set
>I guess a common mistake possibly resulting in this behaviour is to
> 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.
use CommitRetaining rather than Commit.
Set