aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PCB-00502: This statement can only be used with THREADS=YES

PCB-00502: This statement can only be used with THREADS=YES
Cause: EXEC SQL ENABLE THREADS has been used, even though option THREADS is set to NO.
Action: Specify option THREADS=YES or remove the EXEC ENABLE THREADS statement from the source code. "525 - 549, Result Set Cursors"

请先 登录 后评论

1 个回答

小智
PCB-00502:此语句只能与THREADS = YES一起使用,
.原因: EXEC SQL ENABLE THREADS已被使用,即使选项THREADS设置为NO。,
.操作:指定选项THREADS = YES或从源代码中删除EXEC ENABLE THREADS语句。“525 - 549,结果集游标”,
.
请先 登录 后评论