Re: Data wont stay saved in Database using Pysqlite

2008-10-12 Thread azrael
On Oct 12, 8:26 pm, azrael <[EMAIL PROTECTED]> wrote: > I am working on an application using Python, wxPython and Sqlite > (Pysqlite) > > So my problem is that I can connect top the database. When I open a > dialog through a form I am able to make a select, even insert data > into the database. Eve

Data wont stay saved in Database using Pysqlite

2008-10-12 Thread azrael
I am working on an application using Python, wxPython and Sqlite (Pysqlite) So my problem is that I can connect top the database. When I open a dialog through a form I am able to make a select, even insert data into the database. Even if I open again the Dialog. But as soon as I close the main fr