-
MFC ado连接数据库
ADO连接SQL数据库源码 简单的实现ADO连接数据库的例子,自己测试OK;
欢迎下载学习
- 2022-01-25 15:20:28下载
- 积分:1
-
埃弗顿队
埃弗顿队-Everton
- 2023-06-07 08:10:03下载
- 积分:1
-
17-20
郝斌sql server 2008 教学视频17—20节源代码(Hao Bin sql server 2008 Section 17-20 instructional video source)
- 2013-10-22 09:46:49下载
- 积分:1
-
northwind_mysql.sql
北风数据库代码. 推荐环境: MySQL(Northwind database in SQL. Recommend environment : MySQL)
- 2017-10-04 07:25:40下载
- 积分: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
-
SQLServer
用于数据库的加密,还是一个蛮好的介绍的文档。大家共享下(For database encryption, or a fine introduction to the document. We shareit)
- 2013-09-17 23:11:06下载
- 积分:1
-
- 2022-06-11 12:43:57下载
- 积分:1
-
学习管理系统
学习管理系统
有很多有用的功能,供您使用。此系统还具有快速响应的设计与移动设备兼容。
此系统的功能是:
系统的管理方
· 地址、 编辑、 删除学生信息
· 地址、 编辑、 删除教师信息
· 地址条目,如主题、 班级、 学校日历
•View 的每个用户登录的踪迹
•View 活动日志的每个用户
若要访问系统的后台管
- 2022-09-23 21:05: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 for the operation of the database is sql server database
该代码是对数据库操作的数据库是sql server-code for the operation of the database is sql server database
- 2022-02-06 08:50:10下载
- 积分:1