GeekArticles
Database
MySQL
Database
MySQLConnect to MySQL from ASP.NET
vMySQL database is a low-cost alternative to MS SQL Server database and can be used easily in web applications, including ASP.NET projects. In this article I ll explain the necessary steps to connect to MySQL from ASP.NET. We will connect to our MySQL database using ODBC .NET data provider and DSN-less connection. . Make sure you have installed the .Net Framework on your server . Download the ODBC .Net data provider and install it on your server. You can find the download here:...n
Sponsored Links
Read Next: Transactions in MySQL
Related Topics
