L
LL
Hi,
My sql join two table, how to call the fill method? thanks.
string sqlStr = "select * from table1, table2";
SqlDataAdapter myCommand = new SqlDataAdapter(sqlStr, myConnection);DataSet
ds = new DataSet();
myCommand.Fill(ds, ?);
My sql join two table, how to call the fill method? thanks.
string sqlStr = "select * from table1, table2";
SqlDataAdapter myCommand = new SqlDataAdapter(sqlStr, myConnection);DataSet
ds = new DataSet();
myCommand.Fill(ds, ?);