G
Guest
I use System.Data.SqlClient.SqlCommand object. I need to fetch data from
database by using SELECT command. the problem is that after calling such
statement in SQL I will get many rows. how to do in my application to get
many rows but acces its content row by row? is it possible to count how many
rows SELECT statement returns?
database by using SELECT command. the problem is that after calling such
statement in SQL I will get many rows. how to do in my application to get
many rows but acces its content row by row? is it possible to count how many
rows SELECT statement returns?