Re: [sqlite] BLOB Incremental IO

2008-10-31 Thread Sherief N. Farouk
> I have a problem with BLOB writing. I need to write > some binary stream into sqlite table. As I understood, incremental > BLOB I/O requires space of constant size to be preallocated > with zeroblob, but I don't know the size of stream in advance. > And sqlite doesn't allow to change the size of

Re: [sqlite] BLOB Incremental IO

2008-10-31 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ??? wrote: > As I understood, incremental > BLOB I/O requires space of constant size to be preallocated > with zeroblob, That is correct. > but I don't know the size of stream in advance. Then you can't use the incremental I/O for writ

[sqlite] BLOB Incremental IO

2008-10-31 Thread ??????? ????????
I have a problem with BLOB writing. I need to write some binary stream into sqlite table. As I understood, incremental BLOB I/O requires space of constant size to be preallocated with zeroblob, but I don't know the size of stream in advance. And sqlite doesn't allow to change the size of BLOB field