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 in the IDO Linked Database form and the IDO Linked Tables form.
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.