Choosing MySql as a data source
Posted: Sun 10 Oct 2010 16:56
I have a simple Forms app that connects to a MySql database and shows data. It uses ADO.NET for connecting to the database and I want to change that to using Entity Framework.
But when creating a connection to the database I cannot change the data source to MySql because it's not in the list.
I'm following this tutorial http://www.devart.com/dotconnect/mysql/ ... al_ef.html but I cannot complete step 4. As explained before.
I fulfilled all the requirements in the tutorial, but the MySql data source option just is not there!
Installments:
- dotConnector
- MySql 6.3.4
- MySql.Data and MySql.Data.Entity added to references.
- System.Data.Entity added to references.
- The current version is already running queries on the database, so the connection and server are fine.
But when creating a connection to the database I cannot change the data source to MySql because it's not in the list.
I'm following this tutorial http://www.devart.com/dotconnect/mysql/ ... al_ef.html but I cannot complete step 4. As explained before.
I fulfilled all the requirements in the tutorial, but the MySql data source option just is not there!
Installments:
- dotConnector
- MySql 6.3.4
- MySql.Data and MySql.Data.Entity added to references.
- System.Data.Entity added to references.
- The current version is already running queries on the database, so the connection and server are fine.