Mega Code Archive

 
Categories / Delphi / ADO Database
 

Blob have limit of 1000000 bytes when connecting via odbc

Question: How come I'm getting the error "Invalid Blob Length" when trying to post a blob to an ODBC datasource when the blob is greater than 1000000 bytes? Answer: This is a current limitation of the BDE ODBC driver. Native drivers do not have this limitation.