[web2py] Re: why is my database zero-length after commiting a record

2011-03-19 Thread Nik Klever
your database is located in the folder ../web2py/applications/tmp/ databases/ On 19 Mrz., 00:18, metaperl wrote: > web2py shell transcript of session resulting in no records in sqlite > storage.db file after doing an insert with no error: > > [thequietcenter@ubuntu ~/prg/yinyogaworks] ../web2p

[web2py] Re: why is my database zero-length after commiting a record

2011-03-19 Thread Nik Klever
your database is located in the folder ../web2py/applications/tmp/ databases/ On 19 Mrz., 00:18, metaperl wrote: > web2py shell transcript of session resulting in no records in sqlite > storage.db file after doing an insert with no error: > > [thequietcenter@ubuntu ~/prg/yinyogaworks] ../web2py

[web2py] Re: why is my database zero-length after commiting a record

2011-03-19 Thread Tom A
Do you have another instance of web2py running in addition to the shell instance? If you do, then the sqllite db will be locked and the inserts will fail. Try stopping all other instances of web2py.