Mimer SQL Data Provider
Introducing the Mimer SQL Data Provider
Mimer SQL Data Provider > Overview > Introducing the Mimer SQL Data Provider

The Mimer SQL 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 SQL Data Provider adheres closely to the ADO.NET specification and also has tight integration with Windows forms and ASP.NET development environments like Visual Studio.

For complete examples and additional information please visit the Mimer SQL developer site.

For more information about ADO.NET in general visit the ADO.NET on MSDN.

Related Sections

 

Installing the Mimer SQL Data Provider.
Instructions on how to install the Mimer SQL Data Provider.
Architecture of the Mimer SQL Data Provider.
Learn about the different parts of the Mimer SQL Data Provider.
Mimer SQL Data Provider concepts.
Learn about the different concepts and objects used by an application to access Mimer SQL databases.
How to convert an application to the Mimer SQL Data Provider.
This section guides you through the steps needed to convert an existing ADO.NET application to use the Mimer SQL Data Provider.