Click here to Skip to main content
15,902,299 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionUSB Flash Drive or CF access Pin
LiamD30-Aug-05 0:37
LiamD30-Aug-05 0:37 
AnswerRe: USB Flash Drive or CF access Pin
eggie530-Aug-05 12:17
eggie530-Aug-05 12:17 
GeneralRe: USB Flash Drive or CF access Pin
LiamD30-Aug-05 23:21
LiamD30-Aug-05 23:21 
QuestionWhy ?: dataset GetChanges->Update->Merge Pin
30-Aug-05 0:13
suss30-Aug-05 0:13 
AnswerRe: Why ?: dataset GetChanges->Update->Merge Pin
Al Ortega30-Aug-05 8:13
Al Ortega30-Aug-05 8:13 
GeneralRe: Why ?: dataset GetChanges->Update->Merge Pin
wolver-hampton-wanderer30-Aug-05 12:12
wolver-hampton-wanderer30-Aug-05 12:12 
GeneralRe: Why ?: dataset GetChanges->Update->Merge Pin
Al Ortega30-Aug-05 14:09
Al Ortega30-Aug-05 14:09 
GeneralRe: Why ?: dataset GetChanges->Update->Merge Pin
wolver-hampton-wanderer30-Aug-05 21:18
wolver-hampton-wanderer30-Aug-05 21:18 
The truth is somewhere near.
Generally I think that .GetChanges has sence for distributed case.
The costs are:

Case with Merge:

GetChanges (full iteration through full Dataset) fi
Update (iteration through subset) si
Merge (iteration through Full Dataset + subset) fi+si

totally fi+si+fi+si=2*fi+2*si

Case with direct update:

Update - full iteration
AcceptChanges - full iteration

totally 2*fi

Also look here:

http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemDataDataSetClassMergeTopic2.asp?frame=true[^]


Thanks !
Andrei
GeneralRe: Why ?: dataset GetChanges->Update->Merge Pin
Al Ortega31-Aug-05 12:10
Al Ortega31-Aug-05 12:10 
GeneralRe: Why ?: dataset GetChanges->Update->Merge Pin
wolver-hampton-wanderer31-Aug-05 20:40
wolver-hampton-wanderer31-Aug-05 20:40 
QuestionAdd a password to uninstall MSI ? Pin
mcjonnes29-Aug-05 23:49
mcjonnes29-Aug-05 23:49 
AnswerRe: Add a password to uninstall MSI ? Pin
rwestgraham30-Aug-05 20:03
rwestgraham30-Aug-05 20:03 
QuestionPermissions for GACUTIL Pin
Account Removal29-Aug-05 22:21
Account Removal29-Aug-05 22:21 
QuestionResizing the TextBox Pin
seanwright29-Aug-05 1:49
seanwright29-Aug-05 1:49 
AnswerRe: Resizing the TextBox Pin
seanwright29-Aug-05 5:22
seanwright29-Aug-05 5:22 
AnswerRe: Resizing the TextBox Pin
toxcct29-Aug-05 22:31
toxcct29-Aug-05 22:31 
GeneralRe: Resizing the TextBox Pin
seanwright30-Aug-05 2:56
seanwright30-Aug-05 2:56 
AnswerRe: Resizing the TextBox - solution found! Pin
seanwright30-Aug-05 3:34
seanwright30-Aug-05 3:34 
QuestionRedirecting by IP Pin
delicious-code28-Aug-05 22:06
delicious-code28-Aug-05 22:06 
QuestionGenerating CHM Files From .Net IDE Pin
mohsin_m28-Aug-05 19:08
mohsin_m28-Aug-05 19:08 
QuestionPassword Policy Pin
Barm28-Aug-05 16:47
Barm28-Aug-05 16:47 
AnswerRe: Password Policy Pin
Dave Kreskowiak30-Aug-05 10:13
mveDave Kreskowiak30-Aug-05 10:13 
GeneralRe: Password Policy Pin
Barm30-Aug-05 18:44
Barm30-Aug-05 18:44 
QuestionRichTextBox Text Pin
allenmpcx28-Aug-05 4:15
allenmpcx28-Aug-05 4:15 
AnswerRe: RichTextBox Text Pin
Dave Kreskowiak28-Aug-05 5:08
mveDave Kreskowiak28-Aug-05 5:08 

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.