Re: [cx-oracle-users] BLOBs > 2GB
Brought to you by:
atuining
From: VJ K. <vj...@gm...> - 2010-05-11 20:19:03
|
Anthony Tuininga <anthony.tuininga@...> writes: > > Hmm, just a question: why would you want to write more than 2 GB at a > time? Why not write it in chunks smaller than 2 GB? I would be happy to, but the write call does not have the offset parameter as in: write(buffer, offset, length). Or does it ? Thanks. VJ |