Re: Saving a Database to Disk

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Jager,

A dataadapter update does only save datarows from which the rowstate is not
"not changed".

However how a rowstate is set, depends very much how your program is build,
so therefore you have to tell more.

Cor


.



Relevant Pages

  • Re: Way to find out whether a Record in the form is changed or not ?
    ... "haschanges" and than check the "rowstate" of the datarows in that. ... Cor ...
    (microsoft.public.dotnet.languages.vb)
  • Re: DataAdapter.Update return value and RejectChanges when using stored procedures
    ... Set the DataAdapter's ContinueUpdateOnError to True ... After DataAdapter.Updateall DataRows successfully submitted will have ... been run through DataRow.AcceptChangesand have RowState = Unchanged. ... Blog in portuguese: http://br.thespoke.net/MyBlog/alfred_myers/MyBlog.aspx ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: How to Insert a whole dataset into database
    ... The only thing you need is that you are sure that the rowstate of every row ... (You can as well use the commandbuilder by the way). ... Cor. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: DataSet Performance
    ... The rows are updated depending on the rowstate. ... You can by instance in the case of that filling with the datareader set the ... Cor ...
    (microsoft.public.sqlserver.server)
  • Re: DataSet Performance
    ... The rows are updated depending on the rowstate. ... You can by instance in the case of that filling with the datareader set the ... Cor ...
    (microsoft.public.sqlserver.programming)