B
Ben
Hi
We have a Dataset that has been populated from the output parameter of a
Stored Procedure (@Output).
I understand that I can extract a single item when the dataset is populated
by a table using this code:
CType(objDataSet.Tables("MyTable").Rows(0).Item("MyField"), String)
How could I do this when there are no tables / fields as such only the
parameter "@Output"
Thanks
B
We have a Dataset that has been populated from the output parameter of a
Stored Procedure (@Output).
I understand that I can extract a single item when the dataset is populated
by a table using this code:
CType(objDataSet.Tables("MyTable").Rows(0).Item("MyField"), String)
How could I do this when there are no tables / fields as such only the
parameter "@Output"
Thanks
B