From Peter.Bienstman at ugent.be Sun Apr 26 07:39:29 2009 From: Peter.Bienstman at ugent.be (Peter Bienstman) Date: Sun, 26 Apr 2009 07:39:29 +0200 Subject: [PythonCE] pysqlite problems Message-ID: <200904260739.29863.Peter.Bienstman@ugent.be> 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 be to blame? Peter From Peter.Bienstman at ugent.be Sun Apr 26 09:24:37 2009 From: Peter.Bienstman at ugent.be (Peter Bienstman) Date: Sun, 26 Apr 2009 09:24:37 +0200 Subject: [PythonCE] pysqlite problems In-Reply-To: <200904260739.29863.Peter.Bienstman@ugent.be> References: <200904260739.29863.Peter.Bienstman@ugent.be> Message-ID: <200904260924.37827.Peter.Bienstman@ugent.be> 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. > > Any ideas on how to solve this? Would different versions of sqlite be to > blame? Never mind, the program was opening a different database file than the one I was thinking it was opening. Peter