1 / 755
文档名称:

Mysql - Oreilly - Mysql Stored Procedure Programming 2006(1).pdf

格式:pdf   页数:755
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Mysql - Oreilly - Mysql Stored Procedure Programming 2006(1).pdf

上传人:bolee65 2014/4/10 文件大小:0 KB

下载得到文件列表

Mysql - Oreilly - Mysql Stored Procedure Programming 2006(1).pdf

文档介绍

文档介绍:MySQL Stored Procedure Programming
By Steven Feuerstein, Guy Harrison
...............................................
Publisher: O'Reilly
Pub Date: March 2006
Print ISBN-10: 0-596-10089-2
Print ISBN-13: 978-0-59-610089-6
Pages:636

Table of Contents | Index
The implementation of stored procedures in MySQL a huge
milestone -- one that is expected to lead to widespread enterprise adoption of
the already extremely popular MySQL database. If you are serious about
building the web-based database applications of the future, you need to
get up to speed quickly on how stored procedures work -- and how to
build them the right way. This book, destined to be the bible of stored
procedure development, is a resource that no real MySQL programmer can
afford to do without.
In the decade since MySQL burst on the scene, it has e the
dominant open source database, with capabilities and performance
rivaling those mercial RDBMS offerings like Oracle and SQL
Server. Along with Linux and PHP, MySQL is at the heart of millions of
applications. And now, with support for stored procedures, functions,
and triggers in MySQL , MySQL offers the programming power needed
for true enterprise use.
MySQL's new procedural language has a straightforward syntax, making it
easy to write simple programs. But it's not so easy to write secure,
easily maintained, high-performance, and bug-free programs. Few in the
MySQL world have substantial experience yet with stored procedures, but
Guy Harrison and Steven Feuerstein have decades bined expertise.
In MySQL Stored Procedure Programming , they put
that hard-won experience to good use. Packed with code examples and covering
everything from language basics to application building to advanced
tuning and best practices, this highly readable book is the one-stop
guide to MySQL development. It consists of four major sections:
MySQL stored programming fundamentals -- tutorial, basic
stat