Ignore Locked Records During Pervasive PSQL Update Statement
问题 Is there way to tell Pervasive PSQL to ignore locked records during an standard SQL Update Statement? I have an update statement that needs to run daily on a Pervasive PSQL 11 SP3 database (that updates thousands of records). This update statement is sent via odbc. After each (of multiple) tries, the update fails after about 5 mintues with: S1000 General Error I suspected that maybe some of "the record to be updated" were locked. So I rebooted the server and ran the update statement again.