Re: [sqlite] Closing database fails due to unfinalized statements

2008-09-16 Thread Lothar Behrens
Am 16.09.2008 um 16:51 schrieb Dan: > > On Sep 16, 2008, at 4:44 PM, Lothar Behrens wrote: > >> Hi, >> >> I do have any unfinalized statements in my application when compiled >> on Windows, but not on Mac OS X. >> >> Is there any difference I am missing to attent for ? >> >> How could I see, wich

Re: [sqlite] Closing database fails due to unfinalized statements

2008-09-16 Thread Lothar Behrens
Yes, that's what I expected, since my debugging attempts into my sqlite library version always failed. And it makes it clear why there are these differences. Thanks Lothar Am 16.09.2008 um 17:00 schrieb Jay A. Kreibich: > On Tue, Sep 16, 2008 at 11:44:24AM +0200, Lothar Behrens scratched

Re: [sqlite] Closing database fails due to unfinalized statements

2008-09-16 Thread Jay A. Kreibich
On Tue, Sep 16, 2008 at 11:44:24AM +0200, Lothar Behrens scratched on the wall: > Hi, > > I do have any unfinalized statements in my application when compiled > on Windows, but not on Mac OS X. > > Is there any difference I am missing to attent for ? > > How could I see, wich statement (statem

Re: [sqlite] Closing database fails due to unfinalized statements

2008-09-16 Thread Dan
On Sep 16, 2008, at 4:44 PM, Lothar Behrens wrote: > Hi, > > I do have any unfinalized statements in my application when compiled > on Windows, but not on Mac OS X. > > Is there any difference I am missing to attent for ? > > How could I see, wich statement (statement handle or SQL query to be >

[sqlite] Closing database fails due to unfinalized statements

2008-09-16 Thread Lothar Behrens
Hi, I do have any unfinalized statements in my application when compiled on Windows, but not on Mac OS X. Is there any difference I am missing to attent for ? How could I see, wich statement (statement handle or SQL query to be used in that statement) is unfinalized ? I do not have any diff