文件名称:niquery
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2014-05-06
- 文件大小:
- 17kb
- 下载次数:
- 0次
- 提 供 者:
- cpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
VB使用内连接查询数据,点击查询按钮可显示出结果:该查询的SQL语句:SELECT tb_employee.员工编号, tb_employee.员工姓名 FROM tb_employee INNER JOIN tb_laborage ON tb_employee.员工编号=tb_laborage.员工编号。内连接的使用也是挺广泛的,在查询数据库时,可筛选出相关内容,增进准确度。-VB use the query data connection, click the Query button to display the results: The query SQL statement: SELECT tb_employee employee number, tb_employee employee name FROM tb_employee INNER JOIN tb_laborage ON tb_employee employee number = tb_laborage employee numbers..... Use the connection is also quite broad, when you query the database, you can filter out relevant content, increase accuracy.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
内连接\db_Test.mdb
......\Form1.frm
......\工程1.vbp
......\工程1.vbw
内连接