top of page

Development Modules

MySql Connector

 

Connector/Net is a fully-managed ADO.NET driver for MySQL. Connector/Net lets one develop .NET applications that require secure, high-performance data connectivity with MySQL.  Developers can build applications using their choice of .NET languages. Connector/Net is a fully managed ADO.NET driver written in C#.

 

Connector/Net includes full support for:

  • Features provided by MySQL Server up to and including MySQL Server 5.7.

  • Large-packet support for sending and receiving rows and BLOB values up to 2 gigabytes in size.

  • Protocol compression, which enables compressing the data stream between the client and server.

  • Connections using TCP/IP sockets, named pipes, or shared memory on Windows.

  • Connections using TCP/IP sockets or Unix sockets on Unix.

  • The Open Source Mono framework developed by Novell.

  • Microsoft Entity Framework.

  • Microsoft Windows RT.

MySql Connector - ADO.NET

ADO.NET provides consistent access to data sources such as SQL Server and XML, and to data sources exposed through OLE DB and ODBC. Data-sharing consumer applications can use ADO.NET to connect to these data sources and retrieve, handle, and update the data that they contain.

>

MySql Connector - Applied Function

  • Establish handshake between MySql Server and Rosary Stand-Alone App

  • Issue requested information from MySql Server via SQL queries

  • Capture retrieved information from MySql Server via SQL queries

  • Display Retrieved MySql Data on the Standalone App User Interface

bottom of page