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

Temporary MSSQL Tables

edited October 2005 in General
How do I include MSSQL temporary tables from the list of TABLES ?

thanks !

Comments

  • edited October 2005

    This will require modifying the DADE plug-in. If you are using ADO to
    connect to SQL Server then you need to modify the daADO.pas unit. The
    TdaADOSession.GetTableNames method is responsible for returning the list of
    available tables. Try getting this to work at run-time first. For Delphi
    design-time support, you would need to recompile the rbADOxx.dpk package.


    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com



    Best regards,

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