Question
“How do I troubleshoot error loadingĀ report from database?”
Solution
Check the BDE configuration setting for BlobSize. This value defines the maximum size for a blob. The default value is 32, which is too small for most reports.
Increase the size to 1024 or 2048 to accommodate your largest report definitions.
If you are using a BDE Alias:
- Select the Database | Explore menu option from the Delphi main menu.
- Select to the appropriate database alias from the list of databases.
- Modify the BlobSize setting from the list of properties on the right.