0

I want to display a table from an mysql Db with asp.net. What do you suggest is the best way to to this?

I'm new to mysql with asp.net so i have no idea.

1

1 Answer 1

0

I think you can download the providers from the below url:

http://dev.mysql.com/downloads/connector/net/5.0.html

Install it on your machine. And in your project add the appropriate reference. Import the namespace in your code. YOu'll be able to use objects which talk with mysql server. Look at sample below:

http://www.functionx.com/mysqlnet/csharp/Lesson02.htm

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.