Hi all,
Is there a way to receive multiple tables in one command ?
E.g.
sql=”
select... ;
select...;
“
dt = cmd.ExecuteReader();
dt.NextResult();
dt = cmd.ExecuteReader();
Hi all,
Is there a way to receive multiple tables in one command ?
E.g.
sql=”
select... ;
select...;
“
dt = cmd.ExecuteReader();
dt.NextResult();
dt = cmd.ExecuteReader();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.