Using ADO, I'm getting a run-time error number -2147217864 that states: "Row cannot be located for updating. Some values may have changed since it was last read."
Article 300586 states that this is a known bug in VB6.0 enterprise and professional using the ActiveX Data Objects data control (ADODC) bound to a Microsoft Access table.
However, I'm getting this error using ADO and trying to have my VB app update a MS SQL Server table. The app reads the first record and on the .update command the error is returned. The record is updated to the table however.
Does anyone have any suggestions for workarounds or resolutions.
Thanks,
Article 300586 states that this is a known bug in VB6.0 enterprise and professional using the ActiveX Data Objects data control (ADODC) bound to a Microsoft Access table.
However, I'm getting this error using ADO and trying to have my VB app update a MS SQL Server table. The app reads the first record and on the .update command the error is returned. The record is updated to the table however.
Does anyone have any suggestions for workarounds or resolutions.
Thanks,