Including Data from a Different SQL Database into a Mongoose Application
To incorporate data from a non-Mongoose linked SQL Server database into a Mongoose-based application, you must specify information about the other database in the IDO Linked Database form and the IDO Linked Tables form.
If you want to link to a non-Unicode database, use the Process Defaults form to set the process default for Non Unicode Literal. This helps ensure that the database indexes are scanned and accessed properly when performing queries.
See Built-in process defaults.
To incorporate data from a non-Mongoose SQL database for use in a Mongoose-based application:
You can now use the linked database and tables in the same way that you use any database created within Mongoose. You can create IDOs and forms, and perform read-write operations on them like any other Mongoose database. However, you cannot use the non-Mongoose SQL database and tables for any event action where the workflow must be suspended. See the Guide to the Application Event System.