Re: Changes to DB are not persistent

Alex Thurgood <[email protected]> Tue, 21 Dec 2010 15:00:42 +0100 (CET)
Newsgroups gmane.comp.openoffice.dba.devel
Message-ID <1425781923.9485131292940042528.JavaMail.root@zimbra10-e2.priv.proxad.net>
Hi Daniel,

How about using commit() or setting up the connection instance as autoCommit ?


http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XConnection.html#commit

http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XConnection.html#setAutoCommit

Alex