Re: [MSEide-MSEgui-talk] mysql / postgresql

2011-11-24 Thread Martin Schreiber
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

Re: [MSEide-MSEgui-talk] mysql / postgresql

2011-11-24 Thread Patrick Goupell
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