Registering MySql data provider in Visual Studio
I need to create .NET application that uses databases. I want to use control data binding feature. I've added simple GridView to the form, and wanted to bind it to the MySql Table in database. But when I've choose SqlDataSource's connection, there wasn't MySql server. List consist of:
- Access file
- ODBC Data source
- SQL Server
- Oracl开发者_C百科e database
- SQLite database file
MySql connector was installed. I wonder how to add to this list my custom data provider, in this case MySQL
There was an error in MySQL Connector 6.0.7 After downloading newer Connector I was able to install adapter
精彩评论