Here is what I have been told regarding the application: "A newer version of sqlite3-dev ( > 3.2.1) would not work. This problem is due to SQL requests threading. Newer versions force user to open a new connection for each Thread. We did not take the time to adapt our code."
That's true, it does not mention any difference in the API, but in the way to use it. Do you think I should try with the last version nevertheless ? Thank you for your answear. yohann -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 12:50 À : sqlite-users@sqlite.org Objet : Re: [sqlite] Using Sqlite 3.2.1 on linux "zze-ContentLab MARTINEAU Y ext RD-SIRP-REN" <[EMAIL PROTECTED]> wrote: > > I have to use sqlite 3.2.1 with an application (newer version of > thread usage is not supported in the code). Huh? What changed with the way SQLite uses threads? -- D. Richard Hipp <[EMAIL PROTECTED]>