CLOB with unknown length
I am looking for a way to read a CLOB field from an Oracle database where the size of the field is unkown on retrieval, it can vary from anywhere between .5k up to 2mb. . The getchunk/appendchunk methods I found all use the filesize value to calculate the number of blocks to retrieve. . . . The maximum blocksize the driver allows is 32k.
Does anyone knows a workaround for this?
John
Oracle/VB6