Re: [sqlite] SQLite3 and threading

2011-02-03 Thread Stefano Mtangoo
Thanks Pavel, I consider my case closed though any thought is welcomed! On 02/03/2011 05:53 PM, Pavel Ivanov wrote: > It seems that this explanation as well as all other statements in the > thread you linked are coming from the wrong assumption that SQLite's > handles cannot be used from any threa

Re: [sqlite] SQLite3 and threading

2011-02-03 Thread Stefano Mtangoo
Ivanov wrote: > What problems did you meet when you tried to do what you want? > > > Pavel > > On Thu, Feb 3, 2011 at 4:39 AM, Stefano Mtangoo wrote: >> Hi, >> I use SQLite3 with wxSQLite3 wrapper and all is fine until I wanted to >> shift the DB thing into t

[sqlite] SQLite3 and threading

2011-02-03 Thread Stefano Mtangoo
Hi, I use SQLite3 with wxSQLite3 wrapper and all is fine until I wanted to shift the DB thing into the secondary thread. What I want to do is send string containing query to secondary thread and the secondary thread is supposed to query db and post back the resultset. Urlich had doubts about the

Re: [sqlite] How to write Query to do this?

2010-12-13 Thread Stefano Mtangoo
Thanks Dr. and I'm checking the zip file. But to be frank, I don't understand the calculation done below. How do I come to such claculation (excuse my ignorance)? also how do I query that simple BETWEEN? That seems to be easiest way but I haven't grasped it yet Thanks On Mon, Dec 13, 2010 at 9:02