Table names returned from a stored procedure

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
 
W

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top