|
-
Mar 17th, 2010, 11:09 AM
#1
Thread Starter
Fanatic Member
WebMatrix and MySql
Hello guys,
is there anyway i can connect to MySql through WebMatrix using asp.net
Thanks
-
Mar 17th, 2010, 12:36 PM
#2
Re: WebMatrix and MySql
Hey,
What is this "WebMatrix" that you speak of?
Is it this:
http://en.wikipedia.org/wiki/ASP.NET_Web_Matrix
If so, why are you still using it? Why not use Visual Web Developer Express Edition?
Gary
-
Mar 18th, 2010, 01:58 AM
#3
Thread Starter
Fanatic Member
Re: WebMatrix and MySql
visual studio express is large, and can't afford to download it. am using a dailup connection.
web matrix is lighter for me
please help
-
Mar 18th, 2010, 02:48 AM
#4
Re: WebMatrix and MySql
Hey,
The actual download, if you choose to not download the msdn library and SQL Server Express isn't that large, so I would suggest that you try and get your hands on it.
I have never used WebMatrix, so I can't even begin to tell you whether it will work, and how you would go about doing it.
With Visual Studio Express you would start by grabbing the following:
http://www.mysql.com/downloads/connector/net/
Adding a reference to it in your project, and then creating your MySqlConnection, MySqlCommand, and then retrieving the results of the query.
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|