登录
首页 » SQL Server » 本书是为需要了解5.0版本新特性的MySQL老用户而写的。简单的来说是介绍了“存储过程、触发器、视图、信息架构视图”,这是介绍MySQL 5.0新特性丛书的第一...

本书是为需要了解5.0版本新特性的MySQL老用户而写的。简单的来说是介绍了“存储过程、触发器、视图、信息架构视图”,这是介绍MySQL 5.0新特性丛书的第一...

于 2023-07-28 发布 文件大小:467.66 kB
0 149
下载积分: 2 下载次数: 1

代码说明:

本书是为需要了解5.0版本新特性的MySQL老用户而写的。简单的来说是介绍了“存储过程、触发器、视图、信息架构视图”,这是介绍MySQL 5.0新特性丛书的第一集。希望这 本书能像内行专家那样与您进行对话,用简单的问题、例子让你学到需要的知识。 为了达到这样的目的,我会从每一个细节开始慢的为大家建立概念,最后会给大家展示 较大的实用例,在学习之前也许大家会认为这个用例很难,但是只要跟着课程去学,相 信很快就能掌握。-This book is for the need to understand new features of version 5.0 of MySQL written in the old users. Simple example is to introduce a

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个会议日程安排管理项目,解压后双击安装,数据库脚本也副在里面,安装好后登陆既可(用户名和密码都为NIIT)...
    一个会议日程安排管理项目,解压后双击安装,数据库脚本也副在里面,安装好后登陆既可(用户名和密码都为NIIT)-Schedule a meeting the management of projects, after extracting double-click the installation, the database script is also deputy inside, installed after the landing can (user name and password for NIIT)
    2022-03-11 10:18:56下载
    积分: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服务器(CHM)。某人精心整理而来,可以用来参考。
    SQL Server精华(CHM).sb精心整理而来,可用于参考.-essence SQL Server (CHM). Sb carefully collated from, can be used to reference.
    2023-02-27 23:45:04下载
    积分:1
  • 返回一个包含行集的字符串格式。方法,getXML,TA…
    This returns a string containing row sets in XML format. The method, GetXML, takes as parameters: DBService = SQL Server connection parameters, i.e. “Data Source=XXX Initial Catalog=YYY Integrated Security=SSPI ” ProcedureName = stored procedure, or query statement with parameter markers. Parameters = NULL for no query parameters or a variant containing either a scalar value or safe array of multiple query parameters. Make sure the client declares any parameter vector as an array of variants, i.e. in VB, Dim Params(1 to 3) as Variant … Scalar entries can be any type recognized by the STD_SWITCH macro defined in QueryHandler.cpp. Result = Output string that holds the resulting row set XML. DocumentElementName = optional specification of the XML root node name. Default value is “root”.-This returns a string containing row sets in XML format. The method, GetXML, takes as parameters: DBService = SQL Server connection parameters, i.e. “Data Source=XXX Initial Catalog=YYY In
    2022-04-08 23:07:17下载
    积分:1
  • 给SQL初学者的书,这本书讲得还挺详细的,向大家推荐
    给SQL初学者的书,这本书讲得还挺详细的,向大家推荐-SQL beginners to the book, this book speak positively detailed, we recommend to you
    2022-10-23 18:25:03下载
    积分:1
  • Several foreigners to write the source code for everyone to download as soon as...
    几个老外写的源代码大家快快下载-Several foreigners to write the source code for everyone to download as soon as possible
    2022-06-11 19:42:16下载
    积分:1
  • Prepared using delphi sales management system, using a sql database
    用delphi编写的销售管理系统,用的是sql的数据库-Prepared using delphi sales management system, using a sql database
    2023-08-07 22:00:04下载
    积分:1
  • 图书销售管理系统
    1.可以为销售商或顾客建立视图,抽取出对它们有用的信息。2.为销售商设计一些触发器,当有些操作需要提醒时,触发器会自动提醒如:提醒销售商品进货。3.建立存储过程,使销售商可以对某些基本表或视图进行查询、更新处理如:顾客查询图书信息
    2023-03-21 17:15:03下载
    积分:1
  • contain the following basic features of BBS systems : an article published artic...
    包含有以下基本功能的BBS系统: 发表文章、回复文章、搜索文章、查看文章、文章排序 运行的时候,需要把database目录下的Forum_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。 访问路径为 http://localhost:8080/chap23/index.jsp。-contain the following basic features of BBS systems : an article published articles reply, search articles View article, Sort article runs, need database directory of Forum_MSAccess.mdb paper copy to the D- the root directory, because common.jsp set the path for the database root directory, readers can also set up their own way of other trails. Path to visit http://localhost : 8080/chap23/index.jsp.
    2022-03-18 03:45:56下载
    积分:1
  • 三层数据配置程序 很简单,思路很清楚。 一般来说都可以看懂, delphi源码...
    三层数据配置程序 很简单,思路很清楚。 一般来说都可以看懂, delphi源码-three-tier data configuration process is very simple, very clear ideas. Generally can understand, delphi FOSS
    2022-01-29 03:10:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载