UPDATE failed because the following SET options have incorrect
settings: QUOTED_IDENTIFIER, ARITHABORT
Symptom
You may encounter the following error message running
an UPDATE statement:
[Microsoft][ODBC SQL Server Driver][SQL Server]UPDATE failed
because the following SET options have incorrect settings:
‘QUOTED_IDENTIFIER, ARITHABORT’. Verify that SET options are correct for
use with indexed views and/or indexes on computed columns and/or query
notifications and/or XML data type methods.
Environment
-
PowerBuilder
-
Microsoft SQL Server 2008 R2
Solution
Execute the following statements before the UPDATE call:
|
1 2 |
EXECUTE IMMEDIATE "SET QUOTED_IDENTIFIER ON" USING SQLCA; EXECUTE IMMEDIATE "SET ARITHABORT ON" USING SQLCA; |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest