I haven't got an example but how about inserting the record and then updating the blob in question?
On Wed, Mar 15, 2017 at 12:33 AM, Mike King <[email protected]> wrote: > Hi, > > I'm trying to understand incremental BLOB IO using the latest > System.Data.Sqlite and C#. > > I've got some test code working where I can execute a query and using a > data reader get a SQLiteBlob object and read the blob back. However, I'm > not clear as to how I can use incremental IO if I'm doing an Insert of a > new record. > > I appreciate it's a really cheeky thing to ask, but does anybody have an > example of this? > > Cheers, > > Mike > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

