hello can i create a child dataset from a parent dataset?
for example if i extract all of the data from a database table into parent_dataset
john doe
address1
address2
bob smith
address1
address2
mary lue
address1
address2
can i then create a child_dataset from the parent_dataset?
basically i want to loop thru the parent_dataset and for each change in name, i want to create a child_dataset and pass that
child_dataset to another process that will handle it's multiple records.
thanks very much
bobk
for example if i extract all of the data from a database table into parent_dataset
john doe
address1
address2
bob smith
address1
address2
mary lue
address1
address2
can i then create a child_dataset from the parent_dataset?
basically i want to loop thru the parent_dataset and for each change in name, i want to create a child_dataset and pass that
child_dataset to another process that will handle it's multiple records.
thanks very much
bobk