Update using datasets and Stored Procedures

G

Guest

Hi,
I'm trying to update a SQLServer table via a call to a stored procedure
using the DataSet.Update(dataset) function.
What I'm not sure about is how does this dataset get interpreted on the
Database side. I can't pass a dataset/table as a SQLParameter so how does it
handle the dataset?
Thanks
-KimD
 

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