J
jehugaleahsa
Is there a sane way to ensure that if a record is committed on the
database that it is committed in a DataTable?
Of course, this is using a DataAdapter that can ContinueOnUpdateError
and AcceptChangesDuringUpdate. And those two properties can be set in
any fashion.
Also remember that there may or may not be a database transaction. In
which case all commands to the database are auto-committed and so
should be in the DataTable.
With all these wacky, wild options, can the typical programmer handle
all possible cases within a single method?
Let me know,
Travis
database that it is committed in a DataTable?
Of course, this is using a DataAdapter that can ContinueOnUpdateError
and AcceptChangesDuringUpdate. And those two properties can be set in
any fashion.
Also remember that there may or may not be a database transaction. In
which case all commands to the database are auto-committed and so
should be in the DataTable.
With all these wacky, wild options, can the typical programmer handle
all possible cases within a single method?
Let me know,
Travis