Search code examples
c#asp.netmysqldatabasedatareader

mySql problem in MySqlDataReader


MySqlDataReader rdr = cmd.ExecuteReader();

i have a some information in my mysqldatareader. how can i show it on our web-pages

I don't know how i can use it .it means mysqldatareader.

also welcome for simple source code.


Solution

  • For a full explanation of the MySqlDataReader with example code, check out the MySQL site: http://dev.mysql.com/doc/refman/5.0/es/connector-net-examples-mysqldatareader.html