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

.NET (Core and Framework)

 
QuestionMicrosoft .NET Passport Pin
Dario Solera30-Aug-05 1:24
Dario Solera30-Aug-05 1:24 
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 
DataSet newbie wrote:
DataSet datasetWithChanges=dataSetUsedByControls.GetChanges();

The dataset "datasetWithChanges" is a new dataset that only has the records from the "dataSetUsedByControls" that actually has changes. Therefore you when the execute the

SaveChangesToDB(datasetWithChanges); //Notice it is the smaller dataset being sent

less network traffic is generated and therefore faster performance. Then the datasets are merged. Your way sends the entire ds back including all the records that do not have any changes to them.

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

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.