Subject | Re[2]: [ib-support] Survival of Prepared state was Re: just if you are curious |
---|---|
Author | Daniel Rail |
Post date | 2003-02-24T02:53:18Z |
Hi,
the transaction attributes of the connection object to include
"adXactCommitRetaining" and when you call CommitTrans, it's supposed
to perform a CommitRetaining.
Here's Microsoft's link for more details:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdaenumnz_20.asp
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)
> AFAIK, JDBC does not have a "CommitRetaining" function. (Neither doesActually ADO/OLE DB supports CommitRetaining. You simply need to set
> ADO/OLEDB
> if I understand correctly).
the transaction attributes of the connection object to include
"adXactCommitRetaining" and when you call CommitTrans, it's supposed
to perform a CommitRetaining.
Here's Microsoft's link for more details:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdaenumnz_20.asp
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)