- 博客(3)
- 收藏
- 关注
原创 SQL常用命令使用方法
SQL常用命令使用方法: (1) 数据记录筛选:sql="select * from 数据表 where 字段名=字段值 order by 字段名 [desc]"sql="select * from 数据表 where 字段名 like /%字段值%/ order by 字段名 [desc]"sql="select top 10 * from 数据表 where 字段名 orde
2007-08-03 08:19:00
393
原创 PB用户登录模块代码
count=0declare user cursor for select username from sysuser;open user;string nameddlb_1.reset()fetch user into :name;do while sqlca.sqlcode=0 ddlb_1.additem(name) fetch user into :name; loopclose use
2007-08-02 08:32:00
1511
1
原创 PB中动态改变数据窗口编辑状态
首先要把数据对象设为可编辑状态,之后可以使用dw_1.modify("datawindow.readonly=no")或 dw_1.modify("datawindow.readonly=yes")进行动态转换。
2007-08-02 08:31:00
1902
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅