DataAdapter.Update() doesn't work
From: zRaze (abuse_at_msn.com)
Date: 05/05/04
- Next message: Joe777: "Thx Bill"
- Previous message: Swiftusw: "Quirky Behavior with AutoIncrement"
- Next in thread: William Ryan eMVP: "Re: DataAdapter.Update() doesn't work"
- Reply: William Ryan eMVP: "Re: DataAdapter.Update() doesn't work"
- Reply: Miha Markic [MVP C#]: "Re: DataAdapter.Update() doesn't work"
- Reply: Matt Berther: "Re: DataAdapter.Update() doesn't work"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 05 May 2004 18:51:17 +0100
I have created a Dataset containing two tables "Table1" and "Table2"
If I make a change to a field in "Table1", I call the AcceptChanges()
on the DataTable. This changes my local copy of the table
However, when I run the Adapter's Update, it doesn't error but doesn't
make the changes in my database. Am I missing something, all the tutes
I've read on ADO.Net is all about downloading and playing with the
data, nothing about updating the server with the changes.
Cheers...
- Next message: Joe777: "Thx Bill"
- Previous message: Swiftusw: "Quirky Behavior with AutoIncrement"
- Next in thread: William Ryan eMVP: "Re: DataAdapter.Update() doesn't work"
- Reply: William Ryan eMVP: "Re: DataAdapter.Update() doesn't work"
- Reply: Miha Markic [MVP C#]: "Re: DataAdapter.Update() doesn't work"
- Reply: Matt Berther: "Re: DataAdapter.Update() doesn't work"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|