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

.NET (Core and Framework)

 
AnswerRe: Microsoft .NET Passport Pin
Dave Kreskowiak30-Aug-05 10:04
mveDave Kreskowiak30-Aug-05 10:04 
GeneralRe: Microsoft .NET Passport Pin
Dario Solera30-Aug-05 11:25
Dario Solera30-Aug-05 11:25 
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 
Thanks, and Stop !
We should clear out the configuration where the code works (I had to write it in my first post probably):
If this is a Local Windows Forms application, then dataset and data adapter are on the same machine, so
during SaveChangesToDB(dataSetUsedByControls); //full dataset
dataset is processed locally throught the adapter and adapter applies only changed data to datasource.

If I understand you, you talk about some distributed application, where dataset and dataadapter are separated through some communication channel, right ?

So If I did understand you correctly this means:

1.Use GetChanges-Update-Merge for Distributed applications
2.Use direct Update from Full Dataset in local applications (this will even have some performance gain, because we avoid creation of new dataset and, later, Merge)

right ?

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 
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 

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.