M Melvin New member Apr 17, 2010 #1 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...
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...
S Soheil New member Apr 17, 2010 #2 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.
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.