How to use ADO.NET DbProviderFactory with MySQL?
|
feedback
|
|
First, you have to install the MySQL .Net Connector. The MySQL Provider factory has the invariant name "MySql.Data.MySqlClient". Below is some example C# code that retrieves all the table names in the local test database and sticks them in a listbox in response to a button click.
| |||
feedback
|