Hi Everyone,
Can you help me out of a concurrency violation error?
It happens on this statement:
objDataAdapterCustomerDetails.UpdateCommand = _
objCommandBuilderParentDetails.GetUpdateCommand
It thinks I'm using a key value of 1 when the actual value is really 1218.
I'm using a command builder and I'm also new to doing command builders so any help will be greatly appreciated.
The attachments show the value of the key value and the value of the update text values.
If you need it, I can post the code from the sub procedure that contains the command builder.
By the way, I can insert data but not update it.
Thanks.
Truly,
Emad