Miroslav Lences ha scritto:
> I want to implement a binary blob in my database app. I have read the docs
> and understand how to use getBytes to read from the blob in small chunks.
> How do I write to a blob in small chunks? My blob may be larger than my
> memory so using a byte[] is not possible.

Don't know if it has sense, but you can try to split the binary file in 
  chunks of N bytes, and save them in "a list" of TOT_BYTES/N blobs fields.
cya

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to