搜索资源列表
-
0下载:
Like any human language, C++ provides a wa
concepts. If successful, this medium of expres
significantly easier and more flexible than the
problems grow larger and more complex.-You can’t just look at C++ as a collection of features some of the
-
-
0下载:
VC++如何使用ADO在数据库中移动记录集呢?希望通过本实例找到答案。这是一个挺简单的VC++初学者实例,没有太多高难度的代码,纯粹操作数据库的一些基础知识,像移动数据集,在平时的编程中也是经常用到的,点击窗体内的按钮,可以向上、向下、回到第一条记录以及回到最后一条记录的操作-VC++ how to use ADO to move the record set in the database it? I hope to find the answer through this instance.
-
-
0下载:
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 crea
-