-
在VB6.0下使用ADO空间进行SQL数据库开发的源码示例!
在VB6.0下使用ADO空间进行SQL数据库开发的源码示例!-The use of ADO in VB6.0 space of the source SQL database development sample!
- 2023-02-24 21:35:04下载
- 积分:1
-
SQL Server精华 (CHM),总结MSSQL的编写内容的重点!
SQL Server精华 (CHM),总结MSSQL的编写内容的重点!-SQL Server精华(CHM), summing up the preparation of the contents of MSSQL focus!
- 2022-04-18 18:41:43下载
- 积分:1
-
SQL language commonly used in some order of the code
SQL语言常用的一些命令各代码 -SQL language commonly used in some order of the code
- 2023-07-14 00:30:03下载
- 积分:1
-
一款用java编写的小型数据库管理系统,很有帮助的,无解压密码。...
一款用java编写的小型数据库管理系统,很有帮助的,无解压密码。-prepared with a small database management systems, very helpful, without extracting passwords.
- 2022-01-26 02:55:37下载
- 积分:1
-
This is a good B/S structure of the database development examples. Application o...
这是一个好的B/S结构的数据库开发实例。应用了ASP。NET技术进行开发实现。后台采用了SQL SERVER2000。对于初学者是很不错的哦:)-This is a good B/S structure of the database development examples. Application of the ASP.NET technology for achieving development. Background using SQL Server2000. For beginners is very good oh :)
- 2022-02-03 20:47:06下载
- 积分:1
-
train ticket sales system, including queries in the database, modify, add, diffe...
火车票的销售系统,包括对数据库的查询,修改,添加,不同的用户和管理员的登入有不同的功能模块-train ticket sales system, including queries in the database, modify, add, different users and administrators sign a different function modules
- 2022-02-14 20:38:48下载
- 积分:1
-
学籍管理系统
学籍管理系统 -expulsion Management System Status Management System Status Management System
- 2022-07-03 13:29:21下载
- 积分:1
-
View the design used by SQL Server or Access query design have all seen this kin...
用过SQL Server视图设计或Access查询设计的都见过这样的控件,控件外形象一个窗体,有边框、标题栏、图标、关闭按钮,可拖动、改变大小-View the design used by SQL Server or Access query design have all seen this kind of control, outside the image of a form control, have borders, title bar icon, the Close button to drag and change the size of
- 2022-05-27 07:51:55下载
- 积分:1
-
基于SQL Server的数据库编程,MSDN杂志是数据库的问题。
基于SQL SERVER 的数据库编程,是关于MSDN杂志的数据库编程,采用ADO动态连接数据库-based on the SQL Server database programming, MSDN Magazine is on the database programming, ADO using Dynamic Link database
- 2022-03-22 02:40:44下载
- 积分: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