Alias stored proc in dataset?

  • Thread starter Thread starter Earl
  • Start date Start date
E

Earl

I have a stored procedure that does some math for me. I've aliased the
calculations and was wondering why I could not use those in a dataset? The
sp runs correctly and returns the alias names, but if I fill a dataset with
the result, I get no columns in the datatable. Is there another technique to
do this?
 

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

Back
Top