Outrigger Profiles
Use this form to store the information that is needed to connect to outrigger databases.
Mongoose lets you directly reference other databases besides your Mongoose application's main database, through a mechanism called Outrigger. After you establish the connection information to the outrigger database, you can use its tables from within your Mongoose application by building IDOs that reference them.
Note: Profiles are
not used for standard SQL Server linked databases. Linked servers are
used instead.
Related topics