Interview Questions For All
Interview Questions For All Who Are Waiting For Jobs
Tuesday, April 22, 2008
How will you get result from two table in SqlDataReader ?
Syntax:
string str="Select * from table1;Select * from table2";
cmd.commandtext=str;
dr=cmd.executereader();
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment