[sqlite] sqlite3_bind_*() routines does no t work in this case.

2010-09-08 Thread Zhixiang Zhu
> won't work that way. You should use some other table to contain that > number instead. Although I still can't undterstand why this "plain text remembered" can't be bound, following your advice, I used sprintf() to print an exact CREATE statement and that works. Thanks. Zh

[sqlite] sqlite3_bind_*() routines does no t work in this case.

2010-09-08 Thread Zhixiang Zhu
ror. However, the trigger does not work when I insert into the employees table. I used the latest sqlite-3.7.2. Is this a bug of SQLite? Or did I misused the C API? Thanks.         Zhixiang Zhu zzxiang2...@hotmail.com   2010-09-08 ___