-
这是用sql编写的在线考试系统代码,希望能给大家起到一定的帮助...
这是用sql编写的在线考试系统代码,希望能给大家起到一定的帮助-It is written with the sql code for online examination system, hoping to give you some help to play
- 2022-02-11 18:37:13下载
- 积分: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
-
SQL Server 2000安装步骤图解
SQL Server 2000安装步骤图解-SQL Server 2000 installation steps diagram
- 2022-09-15 13:50:03下载
- 积分:1
-
c代码,学校的数据库做的 时候留下的 ,heel
c代码,学校的数据库做的 时候留下的 ,heel-c code, the school database to do the time left, heel
- 2022-02-12 08:55:56下载
- 积分:1
-
简单操作Sqlite3的API封装,能够在空表的时候取得表的结果
简单操作Sqlite3的API封装,能够在空表的时候取得表的结果-Sqlite3 the API simple package that can form in the air when the results obtained in table
- 2022-01-30 10:10:14下载
- 积分:1
-
一个不错的数据库连接程序,希望大家会喜欢
一个不错的数据库连接程序,希望大家会喜欢-A good database connection process, I hope everyone will like
- 2023-02-21 15:15:03下载
- 积分:1
-
Student achievement inquiry system. Help U.S. students and enhance the VC++ Stud...
学生成绩查询系统.帮忙大家学生和提升对VC++的学生和认识.-Student achievement inquiry system. Help U.S. students and enhance the VC++ Students and awareness.
- 2022-06-12 02:24:05下载
- 积分:1
-
根据已经存在的数据库表创建一个与其相应的视图
根据已经存在的数据库表创建一个与其相应的视图-make a ralated view based on the existed database sheet
- 2022-04-19 05:08:14下载
- 积分:1
-
医院糖尿病管理系统。是一个客户端
医院糖尿病管理系统.是客户机服务器架构的,在某地正在使用.这里仅供学习-Hospital diabetes management system. Is a client-server architecture, in a certain way is to use. Here is for learning
- 2023-03-22 07:05:04下载
- 积分:1
-
一个SQL查询分析器,让您看到的SQL SELECT命令的路径。
An SQL Query parser which allow you to see the route of the SQL select command.
- 2022-01-26 04:35:52下载
- 积分:1