Re: [sqlite] Using Sqlite 3.2.1 on linux

2006-07-13 Thread Nemanja Corlija
On 7/13/06, zze-ContentLab MARTINEAU Y ext RD-SIRP-REN <[EMAIL PROTECTED]> wrote: I tried with the last version but I still have the same problems. I'm not sure that the appropriated version of sqlite API is used in my application To find out which version of SQLite your application is

RE: [sqlite] Using Sqlite 3.2.1 on linux

2006-07-13 Thread zze-ContentLab MARTINEAU Y ext RD-SIRP-REN
lto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 13:48 À : 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: > Here is what I have been told regarding the application: > &

Re: [sqlite] Using Sqlite 3.2.1 on linux

2006-07-13 Thread drh
"zze-ContentLab MARTINEAU Y ext RD-SIRP-REN" <[EMAIL PROTECTED]> wrote: > 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

RE: [sqlite] Using Sqlite 3.2.1 on linux

2006-07-13 Thread zze-ContentLab MARTINEAU Y ext RD-SIRP-REN
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?

Re: [sqlite] Using Sqlite 3.2.1 on linux

2006-07-13 Thread drh
"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]>

[sqlite] Using Sqlite 3.2.1 on linux

2006-07-13 Thread zze-ContentLab MARTINEAU Y ext RD-SIRP-REN
Hello, I have to use sqlite 3.2.1 with an application (newer version of thread usage is not supported in the code). I would like to use it on an ubuntu 6.06 server distribution of linux. I must enable threads usage, so I added the --enable-threads to the configure script. This script gives a