• I'm working on this exact issue right now. The issue occurs when your parameter values are too long (i.e. > ~32767 chars) and are being truncated somewhere in the conversion from BLOB data to Byte Array to String. I do not believe that using the GetBlobData function will work, so I'm currently working on a workaround. I'll try to post my findings here when/if I get this thing to work.