Applicable with Version 2.5 Oct 2010
Help Version 2.5.123

Contents   Introduction   Concepts   User Help   Modeler Help   Browser Help
Administrator Help   Developer Help    Utility Help   Visio   Graphical Modeler

 

InspiredBg

SQL Access to External Data Sources

SQL (Structured Query Language), normally pronounced "sequel", is a standard for accessing relational data sources, including databases and spreadsheets. It is available across most leading DBMS products.

The EVA Netmodeler SQL feature allows access to external databases from within the EVA Netmodeler calculated property API. You may access any named SQL database which allows you to connect. Some databases will require a user identity and password before you are allowed to connect. The EVA Netmodeler API allows you to read data from external sources to include in your calc property code. It is also possible to write data from EVA Netmodeler to external data sources. This can be done in response to events within EVA Netmodeler which are handled by custom event code.