Hello,
I am using VS2005, MySQL 5.0.24a, and I downloaded MySQL Visual Studio Connector 5, and the MySQL Visual Studio Plugin 1.0.
Using VS server explorer I can see my database and my tables (even the content of them).
What else do I have to do to connect a C# application with that database ?
I see that I cannot just drag and drop as it can be done with Microsoft SQL server (or ar least I don't know how to do it), so I'm guessing the connection between my c# application and the mysql database is programmatically done using ODBC. Am I right ?
Can somebody point me to some code/resource to learn how to do that connection ?
Regards,
Carlos
I am using VS2005, MySQL 5.0.24a, and I downloaded MySQL Visual Studio Connector 5, and the MySQL Visual Studio Plugin 1.0.
Using VS server explorer I can see my database and my tables (even the content of them).
What else do I have to do to connect a C# application with that database ?
I see that I cannot just drag and drop as it can be done with Microsoft SQL server (or ar least I don't know how to do it), so I'm guessing the connection between my c# application and the mysql database is programmatically done using ODBC. Am I right ?
Can somebody point me to some code/resource to learn how to do that connection ?
Regards,
Carlos