Hi,
Any idea why I cannot issue an update on a recordset that is currently in EditMode = 1 ?
I retrieve the record with
I issue the Edit command and it puts the record in edit mode, I change values of the recordset fields, but when 'update' is issued it errors with
Any ideas why?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads
Any idea why I cannot issue an update on a recordset that is currently in EditMode = 1 ?
I retrieve the record with
Code:
dbOpenDynaset, dbSeeChanges, dbPessimistic
I issue the Edit command and it puts the record in edit mode, I change values of the recordset fields, but when 'update' is issued it errors with
ODBC - Update on Linked table 'xyz' failed?
Any ideas why?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads