Kbase 17467: Actuate - Using library for database connections.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Actuate - Using library for database connections.
Since Actuate does not accept logical database name, one way that
Progress developers may be able to get around this is to create
a library that contains different connections.
By using the library when creating reports instead of individual
connection, you will only have to change the database connection
in the library and it will be inherited by all the reports using
the library.
To create a new library:
1. File
2. New Library
3. Select Connection component and drag to library
4. Select Publish the component
5. Put in the connection information.
To use the libray in the Report:
1. File
2. Include Module ( to use the library)
3. Delete the default Connection
4. Select the connection from the library
If you name each connection for the logical name this will help
you when deploying and making changes.
Progress Software Technical Support Note # 17467