Question

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.

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top