D
Darren
I'd like to use the command builder to create update queries but my database schema uses datetime
columns for the last time modified instead of a timestamp. Unfortunately ConflictOption.CompareRowVersion
seems to only work if a timestamp exists.
The update command seems to be rewritten by the dataadapter update method. I added an event handler for
the RowUpdating event and the update command is different inside the handler. I'm guessing the update
command is created dynamically for each row.
Looks like I'll need to fire up reflector.
columns for the last time modified instead of a timestamp. Unfortunately ConflictOption.CompareRowVersion
seems to only work if a timestamp exists.
The update command seems to be rewritten by the dataadapter update method. I added an event handler for
the RowUpdating event and the update command is different inside the handler. I'm guessing the update
command is created dynamically for each row.
Looks like I'll need to fire up reflector.