1
Reply

How to get result from two table in SqlDataReader ?

Samir Bhogayta

Samir Bhogayta

10y
499
0
Reply

    string str="Select * from table1;Select * from table2"; cmd.commandtext=str; dr=cmd.executereader();