asp.net visual c#: how can i view data to my site from my database?

Melvin

New member
im using mysql server 2005 .as my database and what will do is like viewing tables from mysql using asp.net. any answers would be appreciated...
 
You need a .Net interface for MySQL. This interface would allow you insert and manipulate data in your database and make queries to your MySQL database much the same way you do it with MS SQL. Download this interface from MySQL site.
 
Back
Top