I'm developing an application in ASP.NET VB 2010. My database is MySQL based. For that I have installed the MySQL version 5.0 and also SQLYOG IDE. I want to display the data from my database in a listview, so I use the sqldatasource1 but while choosing the datasource, it wont show the MySQL database name in the list. Then I installed net/connector 6.8.3 and added a reference to sql.data.dll. But it doesn't work.
My second question is: what is way to connect MySQL database through the Microsoft ODBC data source?