Home Server

Separate ADOConnection for each thread

edited June 2013 in Server
I have installed RBServer and running the demo applications
rbMSSSQLServerReportServer.exe and rbClientEcplorer.exe with an ADO
connection to an MS SQL Server database, the client fails when opening a
report with the error: A separate ADO connection is required for each
thread.

Can you help resolve this, please?

Thanks,
Arthur

Comments

  • edited June 2013
    See my reply to your other post about the ADOConnection.Name. This error
    will occur if the ADOConnection.Name for the DataModule containing the
    ReportVolume does not match the one saved in the report template. When the
    ADOConnection with the specified name cannot be found, DADE tries to create
    a global default ADOConnection object - which will not work for the server
    environment.

    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.