计算机二级标准答案.docVIP

  • 4
  • 0
  • 约8.4万字
  • 约 43页
  • 2019-09-28 发布于江苏
  • 举报
第1套 基本操作:用命令新建一个名为外汇的数据库,并将该命令存储于one.txt中。 1.1 create database 外汇(要保存到one.txt中) 1.3 create table rate (币种1代码 c(2),币种2代码 c(2),买入价 n(8,4),卖出价 n(8,4))(要保存到two.txt中) 1.4 选中编辑框控件属性:scrollbars为0-无 2.1 新建程序three.prg输入: 3 双击查询按钮输入:thisform.grid1.recordsource=select * from 外汇账户 where 钞汇标志=+iif(thisform.myOption.value=1, 现汇,现钞)+ into cursor lsb 双击退出按钮输入:thisform.release 第2套 基本操作:打开数据库外汇,通过外币代码字段为外汇代码和外汇账户建立永久联系。 1.3 打开菜单在菜单名称查找输入:查询\F 1.4 delete from rate where 币种1代码=14 AND 币种2代码=27 2.1 select 钞汇标志,金额 from 外汇账户 where 外币代码=27 order by 金额 desc into table two(保存到there.txt中) 3 双击查询按钮输入: if used

文档评论(0)

1亿VIP精品文档

相关文档