We are currently trying to convert all of our code from Sybase to SQL Server database (v19) using MSOLEDBSQL SQL Server database driver v18.5
Our latest critical issue is a datawindow update that is returning a -3 from a datawindow update.
We tried to look up what a -3 means, when updating SQL Server and do not find anything.
Any ideas on solution or what a return code of -3 from SQL Server v190 is ?
Thanks,
Terry Schaff
If you cannot specify that kind of locking, this update might have to be done with embedded SQL where you can fist check to ensure the row you are attempting to update still exists.
The best approach, though, is what you already said: try to figure out how the data you have in your DW is being changed elsewhere.