MYSql?

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

Hi
I want to connect to a mysql database on my site for example www.xyz.com
what settings is needed to connect to that by oledataadabter?
thx
 
Mark Rae said:
Neither are Windows or C# - what's your point...?

Actually, C# is free. Visual Studio is not. The .NET framework is a free
download. As is Mono (in the event you are runnin *nix).

My point is, you asked why on earth he was trying to use the OleDb driver.
Maybe because he didn't want to spend any more money...

On the other hand, I believe if you dig around the developer section of the
MySQL website, there IS a free ADO.NET library there for MySQL.
Unfortunately, their website seems to be down at the moment so I can't give
the exact link.
 
really I need a free driver..
Adam Clauss said:
Actually, C# is free. Visual Studio is not. The .NET framework is a free
download. As is Mono (in the event you are runnin *nix).

My point is, you asked why on earth he was trying to use the OleDb driver.
Maybe because he didn't want to spend any more money...

On the other hand, I believe if you dig around the developer section of the
MySQL website, there IS a free ADO.NET library there for MySQL.
Unfortunately, their website seems to be down at the moment so I can't give
the exact link.
 
could you send me it's address?
Adam Clauss said:
Actually, C# is free. Visual Studio is not. The .NET framework is a free
download. As is Mono (in the event you are runnin *nix).

My point is, you asked why on earth he was trying to use the OleDb driver.
Maybe because he didn't want to spend any more money...

On the other hand, I believe if you dig around the developer section of the
MySQL website, there IS a free ADO.NET library there for MySQL.
Unfortunately, their website seems to be down at the moment so I can't give
the exact link.
 
Back
Top