I am using a select statement for selecting certain rows of database table.
the statement returns multiple rows. please guide me how can i store all the
rows so that they can be used latter for comparison. each row contains one
variable of type string...
I was using
string user = com.ExecuteScalar().toString();
but it returns first value ...
please help....