W
Wasco
Hi!
Does Anibody knows how can i perform two query sql on db from c#?
Sample:
if i do
string QDAccount = "select * TABLE1;select * from TABLE2";
then i execute then and i get a DataSet with 2 tables:
ds is a dataset
ds.Tables[0] and ds.Tables[1]
How can I merge these two tables in only one to create so a unique
Datatable?
Thanks a lot
Walter
Does Anibody knows how can i perform two query sql on db from c#?
Sample:
if i do
string QDAccount = "select * TABLE1;select * from TABLE2";
then i execute then and i get a DataSet with 2 tables:
ds is a dataset
ds.Tables[0] and ds.Tables[1]
How can I merge these two tables in only one to create so a unique
Datatable?
Thanks a lot
Walter