ASP.NET & MySQL

T

Toni

I want to use asp.net & mysql. I am trying to download mysql db and tools
from www.mysql.com but i can find everything what I need. Can somebody tell
me where I can download DB, Tools, OleDB provider and everything what I need
for use mysql & asp.net 2.0?

BTW, what is better, use MySQLConnection, MySQLDataAdapter, MySQLDataset
etc... or OleDB objects (install oledb provider for mysql)?
 
M

Mark Rae

Toni said:
I want to use asp.net & mysql. I am trying to download mysql db and tools
from www.mysql.com but i can find everything what I need. Can somebody tell
me where I can download DB, Tools, OleDB provider and everything what I
need for use mysql & asp.net 2.0?

BTW, what is better, use MySQLConnection, MySQLDataAdapter, MySQLDataset
etc... or OleDB objects (install oledb provider for mysql)?

There is absolutely no need to use OleDb to connect to MySql:
http://dev.mysql.com/downloads/connector/net/5.0.html
http://dev.mysql.com/tech-resources/articles/dotnet/index.html
http://www.crlab.com/mysqlnet/
http://sourceforge.net/projects/mysqlnet/
http://www.15seconds.com/issue/050210.htm
 

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