Including data from a different SQL database into your 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, using the IDO Linked Database form and the IDO Linked Tables form.
Note: To link to a non-Unicode database,
use the Process Defaults form to set the Non Unicode Literal process default. This helps ensure
that the database indexes are scanned and accessed properly when performing queries.
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.