J
Jeronimo Bertran
Hi,
I have a stored procedure that makes two separate SELECT. I then create
a typed dataset and drag the stored procedure to the designer which creates
2 tables.... the first one by default has the name of the stored procedure
and the second one has the name Table1. I rename both tables to more
significant names.
I am trying to fill the typed dataset with a call to the stored
procedure.... however, calling Fill will actually create 2 additional
tables on my dataset. I have filled untyped datasets with multiple table
stored procedures but I can't seem to be able to solve it for typed
datasets.
Thanks,
Jeronimo
I have a stored procedure that makes two separate SELECT. I then create
a typed dataset and drag the stored procedure to the designer which creates
2 tables.... the first one by default has the name of the stored procedure
and the second one has the name Table1. I rename both tables to more
significant names.
I am trying to fill the typed dataset with a call to the stored
procedure.... however, calling Fill will actually create 2 additional
tables on my dataset. I have filled untyped datasets with multiple table
stored procedures but I can't seem to be able to solve it for typed
datasets.
Thanks,
Jeronimo