I am developing an application using Delphi 7 and Sql Server express 2008 R2 ; I am using BDE to connect an Sql server through ODBC and my own SQL client . > used for driver.
In some specific forms of the table component raise EDBEngineError "The record was changed by another user", just try to add data, the same problem occurs when table.cancel , table.post , table.edit .....
A few days before I changed the driver from SQL Server to Sql Native Client , due to the SQL server having a problem with "the connection has a result set for another hstmt", I changed it to my own SQL client, forming this, I met this error "Record was modified by antoher user error".
Please, help
source share