D
Duncan Spence
Anyone got any clues on this?
I am using an oledbdataadapter update command to store changes to a
dataset table back to the database, the database is access, I'm using
a stored query to perform the update and it works when run manually.
The table will normally have updates to 4 rows, the first one found
works, the others don't appear in the database.
I've checked with OleDbRowUpdatingEventHandler event handlers and each
of the 4 rows is caught and the parameters look fine (right data and
order for the query).
I've also checked with a OleDbRowUpdatedEventHandler and the 1 row has
been updated each time - this is what I would expect.
Finally, I've tried it with transactions on and off, same result.
Anybody got any ideas?
Thanks,
Duncan
I am using an oledbdataadapter update command to store changes to a
dataset table back to the database, the database is access, I'm using
a stored query to perform the update and it works when run manually.
The table will normally have updates to 4 rows, the first one found
works, the others don't appear in the database.
I've checked with OleDbRowUpdatingEventHandler event handlers and each
of the 4 rows is caught and the parameters look fine (right data and
order for the query).
I've also checked with a OleDbRowUpdatedEventHandler and the 1 row has
been updated each time - this is what I would expect.
Finally, I've tried it with transactions on and off, same result.
Anybody got any ideas?
Thanks,
Duncan