-
This is a database development software features practical convenience
这是一款数据库开发的软件特点实用 方便 -This is a database development software features practical convenience
- 2022-01-25 23:52:08下载
- 积分:1
-
这是一篇关于SQLServer的介绍文章,适用于SQL的初学者
这是一篇关于SQLServer的介绍文章,适用于SQL的初学者-This is an introductory article on the SQLServer for beginner SQL
- 2022-10-18 11:50:02下载
- 积分:1
-
本书学习SQL 2使用:1。在Win95。在Win98安装PWS(Win98中…
SQL学习宝典2.0的使用说明:
1.在win95,win98下要安装PWS(win98安装盘里有).
2.把sql2目录设为虚拟目录。
2.在浏览器中运行http://localhost/sql2/index.asp.
SQL学习宝典2.0的功能说明:
1.学习和检验SQL语句,输入SQL语句即可执行,及时显示结果。
2.assess数据库显示,显示数据库中的所有表名和所有表的记录,
包括字段类型。可以在conn.inc文件中把xx.mdb换成你自己的数据库名,
其他程序不用修改即可使用。
3.收藏大量经典SQL语句,用户可以添加收藏。
4.所有程序均有详细说明。是ASP+ACCESS的最好实例。是ASP程序员的好帮手。
使用对象:ASP编程人员,学习和使用SQL语句的人
-book learning SQL 2.0 for use : 1. In win95. win98 installed under PWS (win98 installation of a tray). 2. put sql2 Set Virtual Directory Contents . 2. The browser running http :// localhost/sql2/index.asp. learning SQL 2.0 treasury functions Note : 1. learning and testing the SQL statements in SQL input can be executed, timely result will be displayed. 2.assess database, the database shows all the tables in the name of the table and all records, including field type. The documents include the conn.inc xx.mdb replaced by your own database name. other procedures need not be amended in order to use. 3. A collection of cl
- 2022-08-16 19:05:26下载
- 积分:1
-
xxcd
说明: 利用VB+SQLserver联合编程制作成为一个唱片店的数据库运营管理系统。本数据库既可以用来客户端登陆选购唱片,也可以用来做数据库后台维护。(Joint programming using VB+ SQLserver produced a record store operation management system database. The database can either be used to purchase the client login record, the database can also be used for background maintenance.)
- 2010-04-28 23:40:28下载
- 积分: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
-
excel to sql从excel导入到ms sql server
excel to sql从excel导入到ms sql server-excel to sql from excel into ms sql server
- 2022-08-09 14:51:32下载
- 积分:1
-
一个不错的数据库连接程序,希望大家会喜欢
一个不错的数据库连接程序,希望大家会喜欢-A good database connection process, I hope everyone will like
- 2023-02-21 15:15:03下载
- 积分:1
-
成绩管理系统C语言版
用C语言写的一个简单的成绩管理系统,并标有详细的注释,非常适合C语言初学者巩加强固。
- 2022-01-25 19:36:56下载
- 积分:1
-
一层数据流图
说明: 图书库存管理系统数据流图 自己设计的可以作为参考(Data Flow Diagram of Book Inventory Management System)
- 2019-01-04 09:37:20下载
- 积分:1
-
打开和保存到 SQL Server 数据库从 VB.NET 形式的 pdf 文件
此 Visual Studio 2010 解决方案打开存储在 SQL Server 数据库中的 PDF 文档,并将其显示在 VB.NET 窗体使用 Adobe 阅读器 COM 组件。为了使用提到的组件,您必须安装 Adobe Reader (我使用的版本 11),右击项目在工具箱中,当设计器处于活动状态,选择选择项目,选择 COM 组件并选择 Adobe。
注意 ︰ 注释和代码中的变量名都写在西班牙语。
- 2022-01-25 22:20:14下载
- 积分:1