Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataAdapters Update-Insert Command Pin
Heath Stewart26-May-04 9:02
protectorHeath Stewart26-May-04 9:02 
GeneralRe: DataAdapters Update-Insert Command Pin
Heath Stewart26-May-04 9:47
protectorHeath Stewart26-May-04 9:47 
GeneralCommunications between applications Pin
Guinness4Strength26-May-04 5:48
Guinness4Strength26-May-04 5:48 
GeneralRe: Communications between applications [EDITED] Pin
Dave Kreskowiak26-May-04 6:07
mveDave Kreskowiak26-May-04 6:07 
GeneralRe: Communications between applications [EDITED] Pin
Guinness4Strength26-May-04 7:24
Guinness4Strength26-May-04 7:24 
Generalcrystal reports question Pin
blankg26-May-04 5:24
blankg26-May-04 5:24 
GeneralRe: crystal reports question Pin
Dave Kreskowiak26-May-04 5:34
mveDave Kreskowiak26-May-04 5:34 
GeneralRe: crystal reports question Pin
Heath Stewart26-May-04 5:37
protectorHeath Stewart26-May-04 5:37 
GeneralRe: crystal reports question Pin
Nick Seng26-May-04 15:34
Nick Seng26-May-04 15:34 
GeneralRe: crystal reports question Pin
blankg26-May-04 21:46
blankg26-May-04 21:46 
GeneralDuplicate menus with checkboxes Pin
goldoche26-May-04 5:16
goldoche26-May-04 5:16 
GeneralRe: Duplicate menus with checkboxes Pin
Heath Stewart26-May-04 5:32
protectorHeath Stewart26-May-04 5:32 
GeneralFun with a datagrid Pin
Adam °Wimsatt26-May-04 5:14
Adam °Wimsatt26-May-04 5:14 
GeneralRe: Fun with a datagrid Pin
DougW4826-May-04 5:23
DougW4826-May-04 5:23 
GeneralRe: Fun with a datagrid Pin
Adam °Wimsatt26-May-04 5:38
Adam °Wimsatt26-May-04 5:38 
GeneralDataadapter Updates Pin
MrJJKoolJ26-May-04 5:03
MrJJKoolJ26-May-04 5:03 
GeneralRe: Dataadapter Updates Pin
Heath Stewart26-May-04 5:13
protectorHeath Stewart26-May-04 5:13 
GeneralRe: Dataadapter Updates Pin
MrJJKoolJ26-May-04 5:23
MrJJKoolJ26-May-04 5:23 
GeneralRe: Dataadapter Updates Pin
Heath Stewart26-May-04 5:26
protectorHeath Stewart26-May-04 5:26 
GeneralRe: Dataadapter Updates Pin
MrJJKoolJ26-May-04 5:36
MrJJKoolJ26-May-04 5:36 
GeneralRe: Dataadapter Updates Pin
Heath Stewart26-May-04 5:40
protectorHeath Stewart26-May-04 5:40 
You said,
If I send a dataset to a dataadapter to update a database...
I saw nothing in there about sending a DataSet across the wire.

Then yes, the client should call DataSet.GetChanges and send the returned DataSet to the Web Service. If you get a DataSet back with the changes (don't expect the method to modify your instance - one has to be returned), then call DataSet.Merge on the original database, passing the DataSet you got back from the Web Service as the parameter. You should call Dispose on the DataSet you get back from the Web Service to free-up some memory.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Dataadapter Updates Pin
MrJJKoolJ26-May-04 5:42
MrJJKoolJ26-May-04 5:42 
QuestionCrystal Report Bug?? Pin
DougW4826-May-04 4:36
DougW4826-May-04 4:36 
GeneralChr() function in c# Pin
RB@Emphasys26-May-04 4:35
RB@Emphasys26-May-04 4:35 
GeneralRe: Chr() function in c# Pin
Dave Kreskowiak26-May-04 4:51
mveDave Kreskowiak26-May-04 4:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.