M
McGurk
Is there a simple way to fill a dataset with a proper subset of a
database? I can run a query on a database to get related data, but
the result is a single table with all columns mashed together. I want
to have a dataset with the related data, each in its original tables,
with relation objects and constraints intact. The only way I know how
to do it is to manually re-create the database objects I want in the
dataset, then run a query to get the parent data I want inserted into
the parent table of the dataset then loop thorugh the data creating
new queries to fill the related data in the child tables. Way
annoying. Please help!
database? I can run a query on a database to get related data, but
the result is a single table with all columns mashed together. I want
to have a dataset with the related data, each in its original tables,
with relation objects and constraints intact. The only way I know how
to do it is to manually re-create the database objects I want in the
dataset, then run a query to get the parent data I want inserted into
the parent table of the dataset then loop thorugh the data creating
new queries to fill the related data in the child tables. Way
annoying. Please help!