On Thursday 24 November 2011 17:11:18 Patrick Goupell wrote:
> >
> > How do you commit? Some MySQL servers don't have transactions.
>
> I was not using a commit in the postgresql program.  I did not use a
> commit in the mysql program.  It apparently did an autocommit to the
> mysql database.
>
Or you used a MySQL backend without transaction support. AFAIK InnoDB is the 
only MySQL backend with transactions.

> Will I have to explicitly start transaction, insert, commit transaction?

Call tmsesqltransaction.commit() after insert or activate 
tmsesqltransaction.options tao_fake. tao_fake does not work for Firebird.

Martin



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to