Link table DataRelation

  • Thread starter Thread starter Murray Foxcroft
  • Start date Start date
M

Murray Foxcroft

Hi all,

This one has me stonked. I have 3 tables.
For simplification, I will abstract the table names.

I have tables A, B and AB

They ar related, AB having fk's to pkA and pkB.

How the heck do I populate a dataset with these tables and their data. At
the very best, I can get 2 of 3 the tables populated. The data I return from
the proc (3 select results) is 100%....

Any ideas?
 
return 3 seperate resultsets from your sprocs, 3 DataTables will be in the
Dataset. Build your constraints once you have the DataSet with the 3
DataTables.
 
I wish it was that easy.

When I fill the dataset, it populates 2/3 tables and creates a fourth... for
no apparent reason. (Framework 1.1)

This is rather sucky.
 
Back
Top