Connecting from ASP.Net to MySql
-
Hello all, I am trying to connect from ASP.NEt to a MySql server. I have the MySql Driver 3.51 installed. I have created a DSN also. Which set of components can I use to do the connectivity ? I also has trouble with the connection string :( Thanks in advance Smitha It's easy to sit there and say you'd like to have more money. And I guess that's what I like about it. It's easy. Just sitting there, rocking back and forth, wanting that money.
-
Hello all, I am trying to connect from ASP.NEt to a MySql server. I have the MySql Driver 3.51 installed. I have created a DSN also. Which set of components can I use to do the connectivity ? I also has trouble with the connection string :( Thanks in advance Smitha It's easy to sit there and say you'd like to have more money. And I guess that's what I like about it. It's easy. Just sitting there, rocking back and forth, wanting that money.
Just as a note, there are _a few_ managed providers (ie like System.Data.SqlClient) for MySql that should work well, and probably a lot faster than an ODBC approach. I don't remember any links, but search sourceforge.net (or google) or something :) Morty
-
Just as a note, there are _a few_ managed providers (ie like System.Data.SqlClient) for MySql that should work well, and probably a lot faster than an ODBC approach. I don't remember any links, but search sourceforge.net (or google) or something :) Morty
Thanks Morty Tweety It's easy to sit there and say you'd like to have more money. And I guess that's what I like about it. It's easy. Just sitting there, rocking back and forth, wanting that money.