The Mimer Data Provider allows an application to access Mimer SQL database servers using the ADO.NET data-access model. ADO.NET is a disconnected, n-tier data-access model integrated with XML and XSD. ADO.NET consists of two main components: the .NET Data Provider and a DataSet. The Data Provider defines how data is accessed from a relational database, and the DataSet defines the representation for this data in memory.
The Mimer Data Provider adheres closely to the ADO.NET specification and also has tight integration with Windows forms and ASP.NET development environments.