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)?

Re: ASP.NET & MySQL by Mark

Mark
Sun May 20 12:39:59 CDT 2007

"Toni" <tonim@inet.hr> wrote in message news:f2pt93$qf5$1@sunce.iskon.hr...

>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


--
http://www.markrae.net


Re: ASP.NET & MySQL by Cowboy

Cowboy
Sun May 20 13:43:04 CDT 2007

The links for the providers are on this page. It is the first thing I would
look at:
http://dev.mysql.com/tech-resources/articles/dotnet/

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
"Toni" <tonim@inet.hr> wrote in message news:f2pt93$qf5$1@sunce.iskon.hr...
>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)?
>



Re: ASP.NET & MySQL by Mark

Mark
Sun May 20 13:56:51 CDT 2007

"Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM> wrote in
message news:OTNT16wmHHA.3520@TK2MSFTNGP04.phx.gbl...

> The links for the providers are on this page. It is the first thing I
> would look at:
> http://dev.mysql.com/tech-resources/articles/dotnet/

Especially the line:
"MySQL currently doesn't officially support MyOLEDB, so this solution will
not be discussed here."

:-)


--
http://www.markrae.net