I want to connect my database that I have created in SQLyog (version 9.2.02) to Visual Studio 2010 using C#.
I am working on an Online Reservation project, and I am not finding the appropriate steps to do it.
How to proceed?
I want to connect my database that I have created in SQLyog (version 9.2.02) to Visual Studio 2010 using C#.
I am working on an Online Reservation project, and I am not finding the appropriate steps to do it.
How to proceed?
I assume you mean how do you connection to a MySQL database you created using SQLyog?
Check out this article on the MySQL site:
http://dev.mysql.com/tech-resources/articles/dotnet/
It provides three different connectors:
1.) The ODBC.NET Solution - MyODBC Driver
2.) Using MySQL Native .NET Providers
3.) Using the OLEDB.NET Solution - MyOLDDB Provider
You can get the connector library here: