Re: Disappearing Data

Rich Shepard <[email protected]>
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
On Tue, 28 Nov 2006, Adrian Klaver wrote:

> Generally this indicates that a con.commit() has not been issued. The data
> was written in the session but rolled back when the session was left
> without issuing a commit(). See section 5 of the usage guide. In
> particular the part about setting isolation level to None. This sets the
> connection to autocommit.

   Thanks again, Adrian. I'll do the commit in the OnSave() function as well
as open the database connection with isolation level = None.

   But, all this is for tomorrow afternoon. Now it's time for dinner, a bit
of down time, and a long meeting tomorrow morning away from the office.

Rich

-- 
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.(TM)    |            Accelerator
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.