"Andreas Kupries" <[EMAIL PROTECTED]> wrote:
> > SQLite version 3.4.0 is now available for download from the SQLite
> > website and from the back-up site:
> >
> > Version 3.4.0 also includes support for new features such as:
> >
> > * Incremental BLOB I/O
> >
> > Additional information about these new features is available online.
>
> Is the incremental blob I/O available at the level of the Tcl binding ?
> >From the online information this seems to be currently available only at the
> C level.
>
Yes. There is a new (undocumented!) "incrblob" method on the
database object that opens a channel to BLOB. The syntax is
like this:
db incrblob ?-readonly? ?DBNAME? TABLENAME COLUMN ROWID
I neglected to update the documentation to describe how this
works. Please open a ticket for me so that I do not forget
again...
--
D. Richard Hipp <[EMAIL PROTECTED]>
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------