Table names returned from a stored procedure

  • Thread starter Thread starter WebDevHokie
  • Start date Start date
W

WebDevHokie

I have a stored procedure that returns 2 cursors and I would like to
reference them by name. Is it possible to enable the cursors so that they
show a table name when you look through the dataset? Currently it returns
two datatables by name "Table".

Thanks in advance

WebDevHokie
 
I read that and I think I can understand the process of achieving a table to
DataTable map, but am still a bit unclear about the logic for a stored
procedure. If I have a stored procedure that returns two cursors, how can
that map? From what I read, it maps to tables, not cursors of a stored
procedure. I guess I just dont fully understand how this works.

Thanks

WebDevHokie
 
Back
Top