Re: [sqlite] Update a BLOB

2014-06-23 Thread Simon Slavin
> On 23 Jun 2014, at 4:10pm, Carlos Ferreira wrote: > > To access Blobs I use the direct access BLOB api from SQLite. > > However, what is the best way to update a record that contains a BLOB, and > the only goals is to update the BLOB... > > The BLOB may shrink or

[sqlite] Update a BLOB

2014-06-23 Thread Carlos Ferreira
Hello, One question. To access Blobs I use the direct access BLOB api from SQLite. However, what is the best way to update a record that contains a BLOB, and the only goals is to update the BLOB... The BLOB may shrink or increase...and that is the reason why I cannot use the BLOB Write