Mike Matrigali wrote:


Anurag shekhar wrote:
Let me explain why I need a temporary file. I need a storage where blob/clob can be stored before writing into the table. As the size of lob can go upto 2gb its not possible to keep it in memory. I am using the temporary file to keep the byte/string in case the the size grows more than 4k.
will this code ever be used on the client side of a network client/server configuration?

No its part Blob/Clob classes on EmbeddedDriver.
anurag

Reply via email to