Thanks Richard, this is very useful.


On Wed, Aug 10, 2011 at 9:46 AM, Richard Hipp <[email protected]> wrote:
> On Wed, Aug 10, 2011 at 12:24 PM, Victor Mayevski <[email protected]> wrote:
>
>> 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?
>>
>
> The TCL test scripts for SQLite use this interface a lot.  Have you looked
> at them to see what they are doing?  Example:
> http://www.sqlite.org/src/artifact/3307c04876
>
>
>>
>> Thanks
>> _______________________________________________
>> sqlite-users mailing list
>> [email protected]
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>
>
>
> --
> D. Richard Hipp
> [email protected]
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to