H
Henry Zektser
Hey all, quick question, whats the proper way to build a subtable? I have
two datasets;
DataSet dsDetails=new DataSet();
then I do;
daParent.Fill(dsDetails); // Fills table Parent
daChild.Fill(dsDetails); // Fills table Child
The parent/child have a one to many relationship on two fields... How would
I set up the subtable relationship so my grid component can pick it up? I
can find all sorts of samples on XML subtables, but cant figure it out for
straight SQL..
Henry
two datasets;
DataSet dsDetails=new DataSet();
then I do;
daParent.Fill(dsDetails); // Fills table Parent
daChild.Fill(dsDetails); // Fills table Child
The parent/child have a one to many relationship on two fields... How would
I set up the subtable relationship so my grid component can pick it up? I
can find all sorts of samples on XML subtables, but cant figure it out for
straight SQL..
Henry