Merging a data table, what has changed?

T

Tim Marsden

Hello,

I have a data table ,create from a data adapter. Changes
are made to the original data source. I obtain a fresh
copy of the data table. I need to establish what has
changed between the two copies. If I merge the the
resulting table shows all rows to be unchanged. If I
handle the rows changed event, It tell me the additions
and deletion, but also all the rows are changed.

Any ideas ?

Regards Tim
 
K

Kevin Sun [MS]

How did you detect the change between two data table in the dataset? If
possible, show some code snippet you used?

Sincerely,

Kevin
Microsoft Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Get Secure! - www.microsoft.com/security

--------------------
| Content-Class: urn:content-classes:message
| From: "Tim Marsden" <[email protected]>
| Sender: "Tim Marsden" <[email protected]>
| Subject: Merging a data table, what has changed?
| Date: Mon, 30 Jun 2003 08:35:10 -0700
| Lines: 13
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcM/HTEnoqZRZCELS66J0Qdm7JRdww==
| Newsgroups: microsoft.public.dotnet.framework.adonet
| Path: cpmsftngxa09.phx.gbl
| Xref: cpmsftngxa09.phx.gbl microsoft.public.dotnet.framework.adonet:9549
| NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
| X-Tomcat-NG: microsoft.public.dotnet.framework.adonet
|
| Hello,
|
| I have a data table ,create from a data adapter. Changes
| are made to the original data source. I obtain a fresh
| copy of the data table. I need to establish what has
| changed between the two copies. If I merge the the
| resulting table shows all rows to be unchanged. If I
| handle the rows changed event, It tell me the additions
| and deletion, but also all the rows are changed.
|
| Any ideas ?
|
| Regards Tim
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top