Re: [sqlite] tcl incrblob interface

2011-08-12 Thread Victor Mayevski
That's exactly what it was. Thanks On Wed, Aug 10, 2011 at 11:37 PM, Dan Kennedy wrote: > On 08/10/2011 11:24 PM, Victor Mayevski 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

Re: [sqlite] tcl incrblob interface

2011-08-12 Thread Victor Mayevski
Thanks Richard, this is very useful. On Wed, Aug 10, 2011 at 9:46 AM, Richard Hipp wrote: > On Wed, Aug 10, 2011 at 12:24 PM, Victor Mayevski wrote: > >> Hello, >> >> I am trying to learn how to use the "incrblob" command in the Tcl >> interface and I can't

Re: [sqlite] tcl incrblob interface

2011-08-11 Thread Dan Kennedy
On 08/10/2011 11:24 PM, Victor Mayevski 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

Re: [sqlite] tcl incrblob interface

2011-08-10 Thread Richard Hipp
On Wed, Aug 10, 2011 at 12:24 PM, Victor Mayevski 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

[sqlite] tcl incrblob interface

2011-08-10 Thread Victor Mayevski
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