J
JerryK
Hi,
I have a Stored Procedure that retrieves a series of records in a parent
child hierarchy. That is it retrieves the parent record and it's children.
I would also like to retrieve information on the relationships between the
parent and the children (ie. primary key, secondary key, relations etc.).
Someone suggested doing a FillSchema, but this seems to create a duplicate
table entry for each table the retrieve returns. Is there a better way?
Thanks,
jerry
I have a Stored Procedure that retrieves a series of records in a parent
child hierarchy. That is it retrieves the parent record and it's children.
I would also like to retrieve information on the relationships between the
parent and the children (ie. primary key, secondary key, relations etc.).
Someone suggested doing a FillSchema, but this seems to create a duplicate
table entry for each table the retrieve returns. Is there a better way?
Thanks,
jerry