Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Chr() function in c# Pin
Heath Stewart26-May-04 5:08
protectorHeath Stewart26-May-04 5:08 
GeneralRe: Chr() function in c# Pin
Dave Kreskowiak26-May-04 5:23
mveDave Kreskowiak26-May-04 5:23 
GeneralRe: Chr() function in c# Pin
RB@Emphasys26-May-04 7:39
RB@Emphasys26-May-04 7:39 
GeneralRe: Using UCOMIPersistFile interface in C# Pin
Heath Stewart26-May-04 3:27
protectorHeath Stewart26-May-04 3:27 
GeneralEventLogs... Again Pin
Andy *M*26-May-04 0:12
Andy *M*26-May-04 0:12 
GeneralRe: EventLogs... Again Pin
Dave Kreskowiak26-May-04 2:28
mveDave Kreskowiak26-May-04 2:28 
GeneralRe: EventLogs... Again Pin
Andy *M*26-May-04 4:29
Andy *M*26-May-04 4:29 
GeneralRe: EventLogs... Again Pin
Dave Kreskowiak26-May-04 4:39
mveDave Kreskowiak26-May-04 4:39 
GeneralDelete a node in Xml Pin
Appelz25-May-04 23:43
Appelz25-May-04 23:43 
GeneralRe: Delete a node in Xml Pin
Xiangyang Liu 刘向阳26-May-04 0:02
Xiangyang Liu 刘向阳26-May-04 0:02 
GeneralRe: Delete a node in Xml Pin
Appelz26-May-04 0:13
Appelz26-May-04 0:13 
Generalis it possible to add a checkbox to a report Pin
robmays25-May-04 23:39
robmays25-May-04 23:39 
GeneralRe: is it possible to add a checkbox to a report Pin
Heath Stewart26-May-04 3:29
protectorHeath Stewart26-May-04 3:29 

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.