MySQL Connector .NET

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.
 
F

Frans Bouma [C# MVP]

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

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top