Hello,

I am trying to learn how to use the "incrblob" command in the Tcl
interface and I can't get it to work. I create a one column table "t",
insert one empty value into it, than do "db incrblob t a 1", which
works fine, I get a file pointer back "incrblob_1".
Then I do "puts incrblob_1 "hello world"", which also works. However,
"chan close incrblob_1" fails with "Error: invalid argument" and doing
"select * from t" shows no new data inserted.
Any ideas what I am doing wroing?

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

Reply via email to