views:

189

answers:

1

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.

+1  A: 

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

md5sum
Very very thanks for support me and pardon for poorly worded question
Not a problem at all. I get enough support from this site I owe it to help somebody... I think we all do.
md5sum
@md5sum good answer
4thpage