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 SQL Server
databases hosted on the same server as the Mongoose
database, or for SQL Server databases hosted on linked servers. Use the IDO Linked
Databases form to link directly to these types of databases.
Related topics