文件名称:vbcfqsrc
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2014-05-06
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- cpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
VB建立数据库触发器的简单一例,想要高深操控数据库,当然要知道触发器了,配合VB程序代码,可开发中更强劲的数据库应用。那以如何在VB+SQLSERVER数据库中创建触发器呢?本例将告诉你答案,如果你是VB6.0编程新手,想了解相关知识,那就更应该看看哦。
创建触发器的语句示例:update k set k.员工编号=j.员工编号,k.员工姓名=j.员工姓名 from tb_employee j,tb_laborage k where k.员工编号 = j.员工编号-VB to create a simple example of a database trigger, you want to manipulate the database profound, of course, you know the trigger, and with the VB code, can be developed in a more robust database applications. That to how to create VB+SQLSERVER database triggers it? This example will tell you the answer, if you are a novice VB6.0 programming and want to understand the relevant knowledge, it should look oh. Example statement creates a trigger:...... Update k set k = j staff employee ID number, k = j Employee Name Employee Name from tb_employee j, tb_laborage k where k = j Number of employees Number of employees
创建触发器的语句示例:update k set k.员工编号=j.员工编号,k.员工姓名=j.员工姓名 from tb_employee j,tb_laborage k where k.员工编号 = j.员工编号-VB to create a simple example of a database trigger, you want to manipulate the database profound, of course, you know the trigger, and with the VB code, can be developed in a more robust database applications. That to how to create VB+SQLSERVER database triggers it? This example will tell you the answer, if you are a novice VB6.0 programming and want to understand the relevant knowledge, it should look oh. Example statement creates a trigger:...... Update k set k = j staff employee ID number, k = j Employee Name Employee Name from tb_employee j, tb_laborage k where k = j Number of employees Number of employees
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VB建立数据库触发器\Form1.frm
..................\创建触发器文本.doc
..................\工程1.vbp
..................\工程1.vbw
VB建立数据库触发器