Re: Update Database from DataAdapter

From: William \(Bill\) Vaughn (billvaRemoveThis_at_nwlink.com)
Date: 09/23/04


Date: Thu, 23 Sep 2004 16:05:31 -0700

What does ds.HasChanges report before you execute the Update? Did you call
Ds.AcceptChanges before using Update by some chance?

-- 
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"Strider" <Strider@discussions.microsoft.com> wrote in message 
news:C934CEFE-DC65-43DA-B1B5-4B6E242E4715@microsoft.com...
> Hey,
> here is my problem. I have a dataSet which contains data that i want to 
> add
> to my database. But i dont know how to update the dataadapter with the
> dataset.
> i've tried da.update(ds,tableName) but it does not update it.
>
> can anyone help
>
> Cheers 


Relevant Pages