G
Guy
is it possible to have several queries in 1 query command (as far as i read
on the Microsoft pages this should be possible but i don't succeed):
in fact something like:
....
string sql = string.Format(select * from A; select * from B;
....
on the Microsoft pages this should be possible but i don't succeed):
in fact something like:
....
string sql = string.Format(select * from A; select * from B;
....