>
> SQLite expects the SQL string that you pass in to be unchanged until
> the SQL has finished executing.

OK, here is the problem ... I did not knew that :(

> If you changes the SQL string before
> that, errors can happen, including segfaults.  If it worked in 2.8.12,
> it was only because you were lucky.

:)


> Here is a quick fix for your SQLite problem:  Go through your
> whole program and every place you you sqlite_exec(), change
> the code to use sqlite_exec_printf() instead.  You can read
> about how sqlite_exec_printf() works in the online docs.
>
>

Ok, Thanks a LOT !!

I read the OnLine Doc many times and I do not notice this :
"SQLite expects the SQL string that you pass in to be unchanged until the
SQL has finished executing."

If this is in OnLine Doc I suggest it must be In a more visible place ;)

Thanks again.

Rubens JR.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to