On 8/22/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
Hi All,

I am trying to integrate SQLite in a multithreaded C++ application which
runs on Linux.  I have gone through the SQLIte documentation, but it's not
clear whether the sqlite3_exec() will retry the query when the busy
handler callback is implemented and returns a non-zero value.

if you're doing queries you probably should consider sqlite3_step() instead.
Binding variables instead of building sql eliminates the possibility
of sql injection
attacks.

http://en.wikipedia.org/wiki/SQL_injection_attack

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to