if dw_1.update()=1 then commit; else rollback; end if 是保存按钮的代码,但是不理解意思
来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/26 01:36:44
ifdw_1.update()=1thencommit;elserollback;endif是保存按钮的代码,但是不理解意思ifdw_1.update()=1thencommit;elserollba
if dw_1.update()=1 then commit; else rollback; end if 是保存按钮的代码,但是不理解意思
if dw_1.update()=1 then commit; else rollback; end if 是保存按钮的代码,但是不理解意思
if dw_1.update()=1 then commit; else rollback; end if 是保存按钮的代码,但是不理解意思
“if 数据行更新 then 指针执行新的数据行 else 指针回到原位 end if”
你做的是《powerbuilder开发小型数据库》133页吧O(∩_∩)O~