The Mimer Data Provider is used to access a Mimer SQL database server on the same machine or across a network. The Mimer Data Provider is developed in a number of stages:
Mimer SQL under the .NET Framework will allow several versions to be installed concurrently. I.e. the two first versions can, for example, be installed on the same machine and be used by different applications.
The general architecture is as shown below:
The 9.3 provider uses database server functionality that was introduced in version 9.2.3. It will therefore not allow connections to older servers.
As the 9.2 provider works with ODBC it can actually work with any version of the Mimer SQL Database server. However, it is recommended that you use the 9.3 provider when the server is version 9.2.3 or later.
The application interface is forward compatible for both providers. The second generation supports more features. For example, the interval data types are available in the MimerDbType enumeration.
Introducing the Mimer Data Provider | How to convert an application to the Mimer Data Provider