Re: [PythonCE] pysqlite problems

2009-04-26 Thread Peter Bienstman
On Sunday 26 April 2009 07:39:29 am Peter Bienstman wrote: > Hi, > > I have an SQL database created with pysqlite on my desktop machine which I > also want to read on my mobile device. > > I can get data from tables without an index just fine, but any table which > has an index just turns up empty.

[PythonCE] pysqlite problems

2009-04-25 Thread Peter Bienstman
Hi, I have an SQL database created with pysqlite on my desktop machine which I also want to read on my mobile device. I can get data from tables without an index just fine, but any table which has an index just turns up empty. Any ideas on how to solve this? Would different versions of sqlite