MySQL Connector .NET

  • Thread starter Thread starter Jose Hernandez
  • Start date Start date
J

Jose Hernandez

Have anyone here uses MySQL with a .NET web application? How difficult it is
to connect to the database and from the web application? Can you get me a
sample code on how to use the connector? Any help or comments are welcome.
Thank you.
 
Jose said:
Have anyone here uses MySQL with a .NET web application? How difficult it is
to connect to the database and from the web application? Can you get me a
sample code on how to use the connector? Any help or comments are welcome.

I use Corelab's MySql provider and it's good, it does its job. It's not
free but at the same time you also don't have GPL issues. MySql also has
an own .NET provider, the old ByteFX provider, though it's GPL-ed (and
their shop still doesn't offer a non-gpl-ed version).

The providers all come with examples so I'd first check out which
provider you'd like to use and then check its examples :)

Frans

--
 
Back
Top