Visual FoxPro 6.0与大型数据库的无数据源连接(13)

时间:2025-07-12

*表单中加入页框控件,表格控件

THISFORM.Pageframe1.Page1.Grid1.RecordSource="mathscursor"

THISFORM.Pageframe1.Page1.Grid1.RecordSourceType=1 &&别名

THISFORM.Pageframe1.Page1.Grid1.Column1.ControlSource="mathscursor.code"

THISFORM.Pageframe1.Page1.Grid1.Column2.ControlSource=""

THISFORM.Pageframe1.Page1.Grid1.Column3.ControlSource="mathscursor.grade"

THISFORM.Pageframe1.Page1.Grid1.Column4.ControlSource="mathscursor.class"

THISFORM.Pageframe1.Page1.Grid1.Column5.ControlSource="mathscursor.maths"

*修改

=sqlsetprop(ConnHandle,'transactions',2) &&设置人工事务处理

=sqlprepare(ConnHandle, "update student set grade=grade+1") &&新年升级处理

=sqlexec(ConnHandle)

if messagebox("确定修改所输入数据信息吗?",4+32,"运行提示:")=6 =sqlcommit(ConnHandle)

else

=sqlrollback(ConnHandle)

THISFORM.text1.setfocus

endif

*删除

Vargrade=THISFORM.Text1.value

=sqlsetprop(ConnHandle,'transactions',2) &&设置人工事务处理

=sqlprepare(ConnHandle,"delete from student where grade='"+Vargrade+"'") =sqlexec(ConnHandle)

if messagebox("确定删除所输入数据信息吗?",4+32,"运行提示:")=6 =sqlcommit(ConnHandle)

else

=sqlrollback(ConnHandle)

THISFORM.text1.setfocus

endif

Visual FoxPro 6.0与大型数据库的无数据源连接(13).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219