-
这是一个工资管理系统的程序设计,用SQL为后台的设计.
这是一个工资管理系统的程序设计,用SQL为后台的设计.-This is a salary management system design using SQL to design background.
- 2022-03-19 23:58:14下载
- 积分:1
-
C#访问数据库,并建立多个表之间的关系,查询多个表,包含了数据库Northwind...
C#访问数据库,并建立多个表之间的关系,查询多个表,包含了数据库Northwind-C# Access the database and to establish the relationship between multiple tables, query multiple tables, including a database Northwind
- 2022-03-29 06:40:28下载
- 积分:1
-
生成50年内的阴历表的sqlserver代码,能够在sqlserver中创建阴历表,并写入阴历值....
生成50年内的阴历表的sqlserver代码,能够在sqlserver中创建阴历表,并写入阴历值.-To generate 50 years of lunar table sqlserver code, be able to create a lunar calendar in sqlserver table and write the value of the lunar calendar.
- 2022-02-06 02:49:07下载
- 积分:1
-
Visual Basic 数据库系统开发实例导航(第二版)_0.rar,可以帮助初学者学到很多东西,对有需要学习数据库课程设计的朋友很有帮助...
Visual Basic 数据库系统开发实例导航(第二版)_0.rar,可以帮助初学者学到很多东西,对有需要学习数据库课程设计的朋友很有帮助-An instance of Visual Basic Database System Navigation (Second Edition) _0.rar, can help beginners learn a lot right there is a need to learn a database program designed by a friend very helpful
- 2022-03-05 09:47:25下载
- 积分:1
-
一个基于vc++和SQLServer2000的数据库应用程序
是个完备的汽车销售管理系统...
一个基于vc++和SQLServer2000的数据库应用程序
是个完备的汽车销售管理系统-a vc and SQLServer2000 based database application is complete automobiles sales management system
- 2022-07-21 03:29:47下载
- 积分:1
-
来源于所作的一个项目,有一些常用的VC对MSSqlServer2000的访问,以及一些特殊的使用...
来源于所作的一个项目,有一些常用的VC对MSSqlServer2000的访问,以及一些特殊的使用-From the one project, there are some common VC right MSSqlServer2000 visit, as well as the use of some special
- 2022-03-05 19:19:14下载
- 积分:1
-
ihihih
一个简单的数据库,关于在线答疑的,比较简单。(A simple database, online Q is relatively simple.)
- 2012-09-17 08:53:34下载
- 积分:1
-
use development environment and SQL Server, to respond to a specific application...
利用delphi开发环境和SQL Server服务器,针对一个具体的应用需求,完成该应 用系统的总体结构设计、功能模块设计,详细设计。-use development environment and SQL Server, to respond to a specific application requirements, the completion of the application system architecture design, functional module design, detailed design.
- 2022-05-12 17:44:49下载
- 积分:1
-
几个老外写的源代码大家块块下载
几个老外写的源代码大家块块下载-Several foreigners to write the source code for everyone to download块块
- 2023-02-07 17:25: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