[EMAIL PROTECTED] wrote:
> I've found what's matter, but I don't understand why ?

Can you add the following line to dump the SQL string just before you 
call sqlite3_exec()?

printf("%s\n", zSQL);

Now run the program with and without the commented assignment and report 
the two strings back here.

Also I noticed that you are using different case (zSQL vs zSql) in the 
calls to sqlite3_mprintf() and sqlite3_exec(). I assume that is another 
typo. It really would be best if you could post the actual code you were 
running to avoid such issues.

HTH
Dennis Cote
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to