accessing mySQL from asp.net

  • Thread starter Thread starter Phil Townsend
  • Start date Start date
P

Phil Townsend

Are there class libraries available for accessing MySQL DBs from .net?
Coming from a SQL Server/MS shop this is a little new to me. Any other
resources would be helpful as well... thanks!
 
Phil,

I believe that you can download managed mySql data providers from the
mySql site. They would allow you to access mySql in a manner which you are
accustomed to in .NET with other data providers (connection, command, data
reader objects).

Hope this helps.
 
Phil,

In addition to what Nicholas wrote you can download providers from Seven
Objects and CoreLab. I have put the links below. If you do not like any of
those you can always use OleDb.

Good Luck
 
Brian said:
Phil,

In addition to what Nicholas wrote you can download providers from Seven
Objects and CoreLab. I have put the links below. If you do not like any of
those you can always use OleDb.

CoreLab is a pretty good one, i've used their MySQL components for Delphi for years now
and no problems so far + excellent email support by their programmers, even if you just use a trial version.
 
Back
Top