Update using datasets and Stored Procedures

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top