ASP.NET & MySQL

  • Thread starter Thread starter Toni
  • Start date Start date
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)?
 
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
 
Back
Top