deanlupini
Programmer
I've been playing around with batch operations, and came across a strange problem. Any blob over 256kb is being truncated, the SQLExtendedFetch call returns the error. In my CRecordSet derived class for bulk transfers, I'm calling RFX_Binary_Bulk with a max size of 5mb. I increased this after I found the problem to find no change. It still truncates anything larger than 256kb. Does anyone have any idea on this? The limitation is not there for single row fetching, that code works fine. I'm connecting using ODBC.
Thanks in advance.
Thanks in advance.