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 "outriggers". After you establish the connection information to an outrigger database, you can use its tables from within your Mongoose-based 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. To link directly to these types of databases, use the IDO Linked Databases form.