Y
Yoramo
I'm getting the following error: "Cannot interpret token 'Child' at position
1."
when I run the following code:
sqlDataAdapter1.Fill(ds1,"Table1") ;
sqlDataAdapter2.Fill(ds1,"bbb") ;
ds1.Relations.Add("id2pk",ds1.Tables["Table1"].Columns["fk"],ds1.Tables["bbb
"].Columns["id"]) ;
ds1.Tables["Table1"].Columns.Add("Exp1",typeof(int),"Child(id2pk).id") ;
can any one explain?
Thanks in advance
Yoramo.
1."
when I run the following code:
sqlDataAdapter1.Fill(ds1,"Table1") ;
sqlDataAdapter2.Fill(ds1,"bbb") ;
ds1.Relations.Add("id2pk",ds1.Tables["Table1"].Columns["fk"],ds1.Tables["bbb
"].Columns["id"]) ;
ds1.Tables["Table1"].Columns.Add("Exp1",typeof(int),"Child(id2pk).id") ;
can any one explain?
Thanks in advance
Yoramo.