[EMAIL PROTECTED] skrev:
> 
> Any help is very welcome and thank you in advice!

The way I did it was to do a dummy write with a null device that just did:

int write(const void * data, int dataLength)
{
        blobLength += dataLength;
}

Then I used that length with sqlite3_bind_zeroblob and made the real write 
operation.

/Rob
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to