Introduction
All interaction between a .NET application and the MySQL server is
routed through a MySqlConnection
object. Before
your application can interact with the server, a
MySqlConnection
object must be instanced,
configured, and opened.
Even when using the MySqlHelper
class, a
MySqlConnection
object is created by the helper
class.
In this section, we will describe how to connect to MySQL using
the MySqlConnection
object.
User Comments
Add your own comment.