0

How get data from mysql database? I use ASP.NET and C#.Previously, I used LINQ but it does not work with mysql database

2 Answers 2

2

You need MySQL ADO.NET provider. Download it, and try learning by looking at the examples. They're pretty straightforward.

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

2 Comments

where can I found these examples
Download the ADO.NET provider for MySQL. It comes with a couple of examples.
2

There are several LINQ providers for MySQL, such as DbLinq (FOSS) and LightSpeed (commercial).

2 Comments

whether the DbLinq can make dbml file of tables from server explorer
There is a tool like sqlmetal for DbLinq. Off the top of my head, I don't know whether it has the same name or a different one.

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.