jorgeo
|
 |
| Joined: 30 Apr 2003 |
| Total Posts: 3 |
| |
|
Not a GetChanges method in a DataSet??? Posted: 19 May 2003 06:24 AM |
I'm using a datagrid filled with data from a local database. I wanted to update the database with the changes, but I have realized that the GetChanges method is not suported for the compact .NET framework.
Can anybody tell how can I do it??
Any help would be appreciated. |
|
|
 |
|
krammai
|
 |
| Joined: 08 Apr 2003 |
| Total Posts: 14 |
| |
|
Re: Not a GetChanges method in a DataSet??? Posted: 25 May 2003 11:55 AM |
You need to implement the logic yourself. You can take a look at the Pocket TaskVision Application available at:
http://smartdevices.microsoftdev.com/Learn/Articles/637.aspx |
|
|
 |
|