I have maden others tests, If the bufferSize is greater than the total size to load, all rows are loaded in one pass while there isn't any LOB/LONG field.
If there is on LOB/LONG field (like this example) I always obtain 64 for MaxRows (I think it's de default value for loading in...
Yes, it works correctly with smaller jpg files.
However, After calling the Prepare method, I remark that the MaxRows is very less than then MaxRow I expected : For example if sum of the fileSize if 10Mb and the BufferSize 20Mo, there is 2 calls to the Load method.
Thanks for your help.
Hello,
I try to load BLOB field with JPEG files, with your demo project DirectPath.dpr that i have modified.
The file size of each JPEG is greater than 300 kilo-bytes.
I loading the data without errors, but each BLOB field is incomplete, i have just the begining with incremental JPEGs (+/-50...