Subject | Re: [IBO] Confused about rollbacks etc.. |
---|---|
Author | Jason Wharton |
Post date | 2001-08-01T20:34:36Z |
Why are you making that observation?
Are you watching the sql trace monitor?
Are you aware of the CommitAction setting of the datasets? They can cause a
new transaction handle to be acquired from the server if they are
repositioning a cursor after a commit.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Are you watching the sql trace monitor?
Are you aware of the CommitAction setting of the datasets? They can cause a
new transaction handle to be acquired from the server if they are
repositioning a cursor after a commit.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Gordon Hamm" <vds@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, August 01, 2001 11:19 AM
Subject: [IBO] Confused about rollbacks etc..
> Hi,
> It seems that you must call a commit after a call to rollback or the
> transaction is not canceled. Is that true?
> Im not sure why you would need to commit data if you rolled it back? Can
you
> explain?
>
> Gordon Hamm