Using DAAB to update a DataTable without a DataSet
Posted
by eych
on Stack Overflow
See other posts from Stack Overflow
or by eych
Published on 2010-04-14T17:18:58Z
Indexed on
2010/04/14
17:23 UTC
Read the original article
Hit count: 259
daab
Currently, there is only UpdateDataSet function that takes a dataset param. If there is only a datatable to update, with no dataset associated, do I need to create a dataset just to pass it in? Any way to update just a table?
© Stack Overflow or respective owner