Thinking backyards ?

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

A chicken and egg question...

Using VS and SQL Server.... is it appropriate to use sp's to update the data
store first, then update the Dataset ?
 
Rob,

Standard practice when using datasets is to update the dataset and then at
some point to apply those updates to the database via a data adapter.

If your goal is to use stored procedures to update the database then just
have your data adapter use command objects that call your stored procedures
when updating the database.

Kerry Moorman
 

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