Hello,
For our database driver we are switching to MS OLE DB.
During testing it came to my attention that datawindows containing table blobs are causing dwruntimeerrors.
I get the message "Select Error: Blob Column doesn't exist". Now I checked the blob object but key clause, table and column were all set correctly. These blobs are images and I checked the db and unsurprisingly the columns do exist. In our connection string PBMaxBlobSize is set to 2147483647
What's going on here?