K
kloppie
Hi there,
I'm working on a app which is suppossed to update an Access 2000
database through an Web Service.
So i have made an Windows App. which works on a disconnected DataSet.
It then Insert and Update this DataSet and sends it to the Web Service,
which then inserts it into the actual Access database.
The Web Service then returns a DataSet with the changes made in the
database. The two DataSet's are then merged.
My problem is that after adding a new Row to the disconnected DataSet,
i can see that it's primary autoincrement key is set to zero. When i
then try to merge it with the DataSet from the Web Service, the Row is
added again instead of acknowledged as the same Row.
Anybody experienced the same problem?
Any help will be appreciated,
- Martin Klopp Jensen
I'm working on a app which is suppossed to update an Access 2000
database through an Web Service.
So i have made an Windows App. which works on a disconnected DataSet.
It then Insert and Update this DataSet and sends it to the Web Service,
which then inserts it into the actual Access database.
The Web Service then returns a DataSet with the changes made in the
database. The two DataSet's are then merged.
My problem is that after adding a new Row to the disconnected DataSet,
i can see that it's primary autoincrement key is set to zero. When i
then try to merge it with the DataSet from the Web Service, the Row is
added again instead of acknowledged as the same Row.
Anybody experienced the same problem?
Any help will be appreciated,
- Martin Klopp Jensen