Connecting to MySQL

  • Thread starter Thread starter tawanda
  • Start date Start date
T

tawanda

Can a .NET application use a MySQL database as a source
data?
Thanks
Neil
 
Yes what problems are you having. The mysql documentation is very clear on
this.
 
Yes. You can install a MySQL ODBC driver and use the .NET ODBC Provider in
your code.
However, realize that MySQL itself and its ODBC drivers are rather limited
in terms of a databases.

-Rob Teixeira [MVP]
 
Rob,

And how are they limited...... besides my comment ?
The growth of the product is quite enormous.
We use them extensively for business applications and backend web.
It Works very fast and very reliably.

Outside of Stored Procedures until mid 2004.. the rest is all there.
If this was an issues use MaxDb from mySQL which has SP.

Phil McGuinness - Sherlock Software
 

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

Back
Top