B
Bradley Plett
I am using Oracle's data provider for .NET. I have a stored procedure
that returns two REF CURSORs. I use this to fill a dataset. If I do
the fill to a new dataset, everything works fine and I end up with a
dataset with two datatables called "Table" and "Table1". If I
predefine my dataset with two datatables and call them "Table" and
"Table1", that works too. However, if I try to fill a dataset with
predefined table names that do not match, then the tables are appended
as extra tables in the dataset. Is there any way of providing a map
so that the fill can fill a dataset with names I choose that are a
little more meaningful?
I would think this would be a trivial problem, but I haven't figured
out how to rename "Table" and "Table1" to something more meaningful!
Thanks!
Brad.
that returns two REF CURSORs. I use this to fill a dataset. If I do
the fill to a new dataset, everything works fine and I end up with a
dataset with two datatables called "Table" and "Table1". If I
predefine my dataset with two datatables and call them "Table" and
"Table1", that works too. However, if I try to fill a dataset with
predefined table names that do not match, then the tables are appended
as extra tables in the dataset. Is there any way of providing a map
so that the fill can fill a dataset with names I choose that are a
little more meaningful?
I would think this would be a trivial problem, but I haven't figured
out how to rename "Table" and "Table1" to something more meaningful!
Thanks!
Brad.