Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Error reading daField18.TableAlias: Stream read error.

edited October 2003 in End User
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

Comments

  • edited October 2003

    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
This discussion has been closed.