> Parameters are numbered from 1, not from 0. Your first sqlite3_bind_int 
> call fails; the second binds a value for function_id column; the 
> parameter for function_name retains its initial value of NULL. The 
> insert then runs afoul of NOT NULL constraint.

Ah, that fixed it.  Thanks much.
Bella
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to