in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

How to Insert a BLOB into database in chunks (Chunking BLOB updates)?

Last post 03-31-2008 10:11 PM by Wiaz. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 03-31-2008 7:11 PM

    • Dave
    • Top 500 Contributor
    • Joined on 02-26-2008
    • Posts 4

    How to Insert a BLOB into database in chunks (Chunking BLOB updates)?

     Hi there,

    In order to reduce the amount of memory used when writing a BLOB value, is it possible to write the BLOB to the database in "chunks" using the ADO.NET 2.0 Provider?

    Filed under: , ,
  • 03-31-2008 10:11 PM In reply to

    • Wiaz
    • Top 10 Contributor
    • Joined on 01-11-2007
    • Poland
    • Posts 47

    Re: How to Insert a BLOB into database in chunks (Chunking BLOB updates)?

    Hi! Dig deep about incremental read and write in sqlite.org, e.g. http://www.sqlite.org/c3ref/blob_write.html
    dont know if system.data.sqlite can do that :(
    Wiaz
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems