Sql Server. I'm using the "Simple" jdbc connection stuff. Thanks, Stephen Dunton Acxiom-Insight http://www.acxiominsight.com/ [EMAIL PROTECTED] 303.785.3938
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Meadors Sent: Monday, August 07, 2006 11:58 AM To: [email protected] Subject: Re: Can't Get Rollback Working Interesting configuration...what is the database? Larry On 8/7/06, Dunton Stephen - sdunto <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > I am using iBatis / Sql Maps with Cold Fusion 7 via java. > > > > I have a number of sql statements executing that I need to act as an atomic > transaction. I can't get rollback via a call to endTransaction() to work > properly though. All statements are still committing. To test I am > dividing by zero and expecting all the previous statements to rollback but > they're not. I have the autocommit property set to false in the xml config > file and I am starting a transaction with startTransaction(). > > > > Any thoughts would be greatly appreciated. > > > > Thanks, > > > > Stephen Dunton > > Acxiom-Insight > > http://www.acxiominsight.com/ > > [EMAIL PROTECTED] > > 303.785.3938 > > > > > ************************************************************************ * > The information contained in this communication is confidential, is > intended only for the use of the recipient named above, and may be > legally privileged. > > If the reader of this message is not the intended recipient, you are > hereby notified that any dissemination, distribution or copying of this > communication is strictly prohibited. > > If you have received this communication in error, please resend this > communication to the sender and delete the original message or any copy > of it from your computer system. > > Thank you. > ************************************************************************ * > >
