G
Guest
Can i do this is ADO.NET using C# and a SQL server.
Select * from table1
where Client= ( //What i want is (Client=CodCli)
select CodCli, Vend from Table2
Where Vend ='Variable';
From i read i cant make a dataset from diferent tables, so how would you
solve this problem.
Select * from table1
where Client= ( //What i want is (Client=CodCli)
select CodCli, Vend from Table2
Where Vend ='Variable';
From i read i cant make a dataset from diferent tables, so how would you
solve this problem.