How do I connect my ASP.net application to MySQL database?

DETAILS

In general, 2 different methods can be used to connect an ASP.net application to MySQL database.

  • Using ODBC .net data provider
  • Using a MySQL native .net data provider

We only provide support for using ODBC .net data provider to connect to MySQL. 

Our servers do not have any MySQL .net data provider installed because of the lack of standardization in this market.  If you prefer to use native drivers to connect to MySQL, you can upload the data provider to your bin directory.

Here is a list of available MySQL .net data providers

ByteFX MySQL Driver:
http://sourceforge.net/projects/mysqlnet/

Core Lab MySQLDirect .NET Driver:
http://crlab.com/mysqlnet/

eInfoDesigns MySQL .NET Data Provider:
http://www.einfodesigns.com/products.aspx

  • 0 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

After I configure the custom error setting in the control panel, I still get the generic error page?

DETAILS Custom error setting is a web server setting which affects all file types (.htm, .gif,...

How do I get my ASP.net application to display non-English language?

DETAILSASP.net allows the developer to encode the page using character sets other than...

How do I get my ASP.net application to display non-English language?

DETAILSASP.net allows the developer to encode the page using character sets other than...

How do I setup custom error for my ASP.net application?

DETAILS ASP.net has its own built-in error handling.  To set up custom error handling for...

How to enable ASP.NET SQL Server Session on your web application

 DETAILS In ASP.NET, there are 3 different modes for storing session information....