Error reading daField18.TableAlias: Stream read error.
Hi..
I'm developing an application in Delphi 6 using BDE to connect to SQL server
2000 tables.Below is a section of code I'm running
ppReport1.Template.DatabaseSettings.Name := RBITEM2_TNAME.AsString;
ppReport1.Template.LoadFromDataBase; <-----------PROBLEM
ppReport1.DeviceType := 'Screen';
ppReport1.Print;
RBITEM2_T.Close;
When the app executes the second line of code, I get the following error :
Error reading daField18.TableAlias: Stream read error.
Does anyone know what is causing this ?
Thanks in advance Jason
I'm developing an application in Delphi 6 using BDE to connect to SQL server
2000 tables.Below is a section of code I'm running
ppReport1.Template.DatabaseSettings.Name := RBITEM2_TNAME.AsString;
ppReport1.Template.LoadFromDataBase; <-----------PROBLEM
ppReport1.DeviceType := 'Screen';
ppReport1.Print;
RBITEM2_T.Close;
When the app executes the second line of code, I get the following error :
Error reading daField18.TableAlias: Stream read error.
Does anyone know what is causing this ?
Thanks in advance Jason
This discussion has been closed.
Comments
Increase the BDE settings for BlobSize and BlobsToCache.
Consider using ADO - it is superior to the outdated BDE.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com