-
实现表结构为 ID,Name,rootid,lft,rgt的树形结构的移动、删除等存储过程
实现表结构为 ID,Name,rootid,lft,rgt的树形结构的移动、删除等存储过程-Realize Table structure for ID, Name, rootid, lft, rgt of the tree structure of the mobile, delete, such as stored procedures
- 2022-07-06 20:38:26下载
- 积分:1
-
Visual Basic下运行的学生信息管理系统,相信对很多人有用。。。
1.解压后将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序...
Visual Basic下运行的学生信息管理系统,相信对很多人有用。。。
1.解压后将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。
2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-Visual Basic running under the Student Information Management System, I believe useful to many people. . . 1. Decompress each item will be copied to a subdirectory on your hard disk, and then can use Visual Basic to open procedures. 2. In each project subdirectory inside the sql directory will suffix. Sql documents opened, copied to the SQL Server 2000 Query Analyzer Lane. Then the implementation will result in the need for the database structure.
- 2022-05-26 02:50:11下载
- 积分:1
-
学生通讯录信息系统,可以记录学生的详细信息,并可以进行查询,添加等功能...
学生通讯录信息系统,可以记录学生的详细信息,并可以进行查询,添加等功能-student directory information system, students can record detailed information, and may conduct inquiries, adding functions
- 2022-03-23 09:08:26下载
- 积分:1
-
一个利用Delphi+SQL实现在数据库中存取Word文档的操作
一个利用Delphi+SQL实现在数据库中存取Word文档的操作-a Delphi SQL database access in Word operation
- 2022-08-11 06:30:46下载
- 积分:1
-
数据库方面的知识 最基本的建表,还有表之间的连接 请大家批评指正...
数据库方面的知识 最基本的建表,还有表之间的连接 请大家批评指正 -err
- 2022-01-31 05:51:31下载
- 积分:1
-
简单的酒店管理系统 c# +9 SQLserver 2
简单的酒店管理系统 c# +9 SQLserver 2-Simple hotel management system for c#+ 9 SQLserver 2
- 2022-02-14 17:30:36下载
- 积分:1
-
1.如果在向导设置班级数为8时,此数值为班级总数,所
以添加录入班级时,请检查1至8个班级是否已全部录入,如果
数据是经过导入而来,在保存前请将班级数大...
1.如果在向导设置班级数为8时,此数值为班级总数,所
以添加录入班级时,请检查1至8个班级是否已全部录入,如果
数据是经过导入而来,在保存前请将班级数大于8的数据删除.
2.在保存新数据前,请将多余的空数据删除.
3.对于无考试分数的学分只能用0来输入,不可用空.
4.学籍中,打勾表示在籍生,不打勾则表示编外生。
保存之前检查数据录入是否符合条件,否则统计报表将会出错!-1. If the wizard set up for 8 o
- 2023-06-18 18:35:04下载
- 积分:1
-
使用T-SQL编写存储过程
应用背景介绍使用T-SQL编写存储过程的基本用法,供初学者学习之用。存储过程是预先编译好的一组 Transact-SQL 语句,作为一个单元存储在服务器端并在服务器端执行. 存储过程可以带输入、 输出参数, 具有返回值. 存储过程的优点如下:
(1) 存储过程可以强制应用程序的安全性, 可以防御 SQL 注入攻击.
(2) 存储过程大大减少网络通信流量.
(3) 存储过程在服务器上注册, 执行效率高.
(4) 存储过程大大提高应用程序的可维护性和设计效率.关键技术
在SQL Server 2008中定义、执行、修改存储过程。使用create procedure或create proc定义存储过程,使用exec或execute执行存储过程,使用alter proc或alter procedure修改已有存储过程。包含输入、输出参数的使用。包含用户登录、修改密码、模糊查询等存储过程。
- 2023-06-18 02:30:02下载
- 积分:1
-
"code" directory procedures, the need to install SQL Server 2000, and...
“代码”目录下的程序,需要安装SQL Server 2000,并建立起相应数据库。
各个实例的数据库文件存放在相应“建库脚本”目录下,有两种方法建立数据库。
一是在SQL Server的企业管理器中右击“数据库”节点,单击【所有任务】|【附加数据库】菜单命令,
选择相应的数据库文件(扩展名为mdf),单击【确定】按钮就可以了;另一种方法是通过SQL Server的企业管理器的恢复数据库功能,
从数据库备份文件恢复,备份文件的扩展名为bak。
-"code" directory procedures, the need to install SQL Server 2000, and to establish a corresponding database. Examples of the various database files stored in a corresponding "building a database script" directory, there were two ways to build up a database. First, the SQL Server Enterprise Manager right-click the "database" nodes, [Click all the tasks-- |-- [Additional database menu orders choose the database files (files extensions), click [set] button on the can; Another method is through SQL Server Enterprise Manager to restore the database functions, from the database backup file recovery, backup document called the expansion bak.
- 2022-05-31 08:57:37下载
- 积分:1
-
从数据库中读取并添加到下拉列表中,并可以达到自动筛选相关记录的功能。...
从数据库中读取并添加到下拉列表中,并可以达到自动筛选相关记录的功能。-Read from the database and add to the drop-down list, and can achieve the automatic selection of features relevant records.
- 2022-08-09 10:24:50下载
- 积分:1