Subject | Re: [IBO] Too many SavePoints error |
---|---|
Author | jwharton@ibobjects.com |
Post date | 2004-03-27T19:13:50Z |
I've never been aware of a maximum number of operations per a transaction.
Please clarify this.
Jason Wharton
www.ibobjects.com
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
At 04:27 PM 16/03/2004 +0000, you wrote:
have a statement in your script that operates on 75,000 rows, commits,
operates on 100,000 rows, commits...that's too many operations per transaction.
Helen
Please clarify this.
Jason Wharton
www.ibobjects.com
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
At 04:27 PM 16/03/2004 +0000, you wrote:
> > >There is very little information on this error, but what there isYou didn't mention a script, you mentioned commitretaining...but if you
> > >seems to point to excessive commit retainings without a commit.
> >
> > You are right on the button. In IB, you need to ensure you do a
>hard
> > commit (not commit retaining) about once every 10,000 updates.
> >
> > Helen
>
>Yes, but if I'm using the script function in IB_SQL and putting
>COMMIT statements in the script, isn't this what I'm doing or am I
>missing something?
have a statement in your script that operates on 75,000 rows, commits,
operates on 100,000 rows, commits...that's too many operations per transaction.
Helen