A
A Traveler
Hello,
I have a SQL Server stored procedure which will return several recordsets
back to the caller (multiple SELECT statements).
By default when you call this stored proc from ADO.NET, you get back the
tables in the DataSet as Table, Table1, Table2, etc....
Is there anyway in the sproc that i can name them so that when they come
back to ADO, the DataSet contains them with friendly names, like TBL_HEADER,
TBL_DETAILS, TBL_LOCATIONS, etc.... ??
Thanks in advance,
- Hitchhiker.
I have a SQL Server stored procedure which will return several recordsets
back to the caller (multiple SELECT statements).
By default when you call this stored proc from ADO.NET, you get back the
tables in the DataSet as Table, Table1, Table2, etc....
Is there anyway in the sproc that i can name them so that when they come
back to ADO, the DataSet contains them with friendly names, like TBL_HEADER,
TBL_DETAILS, TBL_LOCATIONS, etc.... ??
Thanks in advance,
- Hitchhiker.