On 22 Jun 2012, at 11:28am, "[email protected]" <[email protected]> wrote:

> Thx for the quick response.
> 
> So sqlite3_exec can only be used with "static" sql_statements.

Yes.  _exec() gets fed one or more commands in a long string.  Binding works 
only when you use _prepare(), _step(), _finalize().

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to