Database Connections

The Movicon.NExT I/O Data Server module connects to databases using ADO.NET by means of two Data Providers: the Xpo Provider or the .NET Framework Provider.

Thanks to these two Data Providers, the application is completely independent from the type of database used, and the connection strings can be customized in the appropriate configuration properties in order to use your preferred database.

 

 

 

The use of one Data Provider compared to another depends on which resource accesses the database:

 

Xpo Provider Connection Strings (Historian, EventLog, Recipes, Audit)

The Xpo Provider connection strings are used by the Historian, Event Log, Audit and Recipes resources.  They can be configured using the wizard shown in the screen shot below:

 

 

This wizard allows you to quickly configure the indicated default databases:

 

Movicon.NExT fully supports connections with the DB indicated in the below table:

 

 

Database Engine

Ver.

DOT.Net

DOT.Net Core

MariaDB

from version 10.3.31 to version 10.4.21

SQL Server Express

from version (2012 to version 2019)

MSSqlServer

from version 2012 to version 2019

MySql

version 8.0.26

MYSQL Community Server

version 8.0.26

SQLite

from version 3.30.0 to version 3.36.0

 

.NET Framework Connection Strings (Datalogger)

The .NET Framework Provider connection strings are used by the Datalogger resource, and can be defined using the wizard shown in the screen shot below:

 

 

This wizard allows fast configuration of the ODBC, Access, SQL Server, MySQl, SQLite and Oracle data sources.

 

The Connector/NET 6.9.9 version must be installed when using MySQL.

 

Oracle support is not available in WebHMI Runtime.