Skip to main content

How to Write Selected Database Tables

  • April 8, 2019
  • 0 replies
  • 72 views

User Support
AIMMSian
The operation of writing to databases in AIMMS is tuned for performance.

In an application with several database table, it is not very efficient to write all database tables. Much more efficient is to skip writing to those tables where data has not changed.

To do so, you can use a combination of the function
code:
ReferencedIdentifiers
, the construct
code:
DatachangeMonitor
, and runtime libraries.

HERE

Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator