I do not understand why it only works with small BLOB contents, as soon as I pass 32750 bytes or so the above happens,when data is 32750 or smaller it works just fine.
This sounds like a bug to me. The DRDA client/server protocol tends to divide data at 32K boundaries, so it's possible that there is a bug in that implementation that you have encountered. Can you provide a test program that reproduces this problem? thanks, bryan
