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

ADO Connection to SQL2000

edited May 2004 in End User
How do I get the designer to recognise an ADO connection on a different
global DM.

When I use ADOSession it appears to access some
default session construct.

The ADOConnection then establishes which databasename is to be accessed.


regards



HAL

Comments

  • edited May 2004

    Simplest solution is to place the ADOConnection object on the same
    form/datamodule that contains the TppDesigner. When you specify ADOSession
    for the Designer.SessionType the drop down list for DatabaseName will list
    the ADOConnection object.

    If the TppDesigner resides on a Form, then the drop down list will also show
    ADOConnection objects that reside on a DataModule.

    If the TppDesigner resides on a DataModule, then only ADOConnection objects
    on the data module will be listed. ADOConnection on other data modules will
    not appear.



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



    Best regards,

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