On 22 Jun 2012, at 11:28am, "deltagam...@gmx.net" <deltagam...@gmx.net> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to