OReilly.MySQL.Stored.Procedure.Programming.Mar.2006.eBook-BBL

Section
0day
Group
BBL
Size
4,10 MB
Files
3
Date
2006-03-31

NFO

                                                                              
           ▄█████▄▄▄▄          ▄█████▄▄▄▄          ▄█████▄▄▄▄                 
           █▓███████           █▓███████           █▓███████                  
           █▓██████▌           █▓██████▌           █▓██████▌                  
           ▐▓██████        ▄▄▄ ▄▄██████        ▄▄▄ ▄▄██████                   
           ▐▓██████    ▄█▀▀▀ ▄▄▄▀▀█████    ▄█▀▀▀ ▄▄▄▀▀█████                   
           ▐▓██████  ▀▄▄▄▄████████▄ ▀██  ▀▄▄▄▄████████▄ ▀██                   
           ▐█▓█████▌    ▀▀▀▀█████▓███▐█▌    ▀▀▀▀█████▓███▐█▌                  
          ▓ █▓██████ ▓ ▀     ▀████▓██▌██ ▓ ▀     ▀████▓██▌██   ▄ ▓            
      ▄  ▄▓▄▀█▓█████▄ ▓▓▄██▄▄▄▐████▓██▐█▄ ▓▓▄██▄▄▄▐████▓██▐█▄  ▄▄▓!m**x       
       ▀▀▀▀▀▀ ▀███████▄ ▀██▀ ▄▄█████▀ ▄███▄ ▀██▀ ▄▄█████▀ ▄███▄ ▀▀▀▀          
      ▀▀▀▀▀▀▀▀█▄ ▀▀██████▄▄██▀▀▀▀ ▄▄ ▀▀██████▄▄██▀▀▀▀ ▄▄ ▀▀██████ ████▀▀      
                ▀█▄▄▄ ▀▀▀▄▄▄▄▀▀▀▀▀  ▀█▄▄▄ ▀▀▀▄▄▄▄▀▀▀▀▀  ▀█▄▄▄ ▀▀▄▄█           
                    ▀▀▀▀▀               ▀▀▀▀▀               ▀▀▀▀▀             
 ╔═══════════════════════════════════════════════════════════════════════════╗
 ║                        [ R e l e a s e  I n f o ]                         ║
 ╚═══════════════════════════════════════════════════════════════════════════╝
 │ TITLE     : MySQL Stored Procedure Programming                            │
 ├───────────────────────────────────────────────────────────────────────────┤
 │ AUTHOR    : Guy Harrison, Steven Feuerstein                               │
 ├───────────────────────────────────────────────────────────────────────────┤
 │ PUBLISHER : O'Reilly Media, Inc.                                          │
 ├─────────────────────────────────────┬─────────────────────────────────────┤
 │ ISBN      : 0596100892              │ MAKER     : BBL                     │
 ├─────────────────────────────────────┼─────────────────────────────────────┤
 │ EDITION   : 1st                     │ SUPPLIER  : BBL                     │
 ├─────────────────────────────────────┼─────────────────────────────────────┤
 │ PUB DATE  : March 28, 2006          │ PACKAGER  : BBL                     │
 ├─────────────────────────────────────┼─────────────────────────────────────┤
 │ LANGUAGE  : English                 │ FORMAT    : CHM                     │
 ├─────────────────────────────────────┼─────────────────────────────────────┤
 │ RLS DATE  : 04/01/06                │ SIZE      : 4,1 MB                  │
 ╔═══════════════════════════════════════════════════════════════════════════╗
 ║                       [ R e l e a s e  N o t e s ]                        ║
 ╚═══════════════════════════════════════════════════════════════════════════╝
 │                                                                           │
 │ The implementation of stored procedures in MySQL 5.0 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    │
 │                                                                           │
 │ In the decade since MySQL burst on the scene, it has become the dominant  │
 │ open source database, with capabilities and performance rivaling those of │
 │ commercial 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 5.0,      │
 │                                                                           │
 │ 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 of combined 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  │
 │                                                                           │
 │                                                                           │
 │ - MySQL stored programming fundamentals -- tutorial, basic statements,    │
 │ - Building MySQL stored programs -- transaction handling, built-in        │
 │ - MySQL stored programs in applications -- using stored programs with     │
 │ - Optimizing MySQL stored programs -- security, basic and advanced SQL    │
 │                                                                           │
 │ A companion web site contains many thousands of lines of code, that you   │
 │                                                                           │
 │ Guy Harrison is Chief Architect of Database Solutions at Quest Software   │
 │ and a frequent speaker and writer on MySQL topics. Steven Feuerstein is   │
 │ the author of Oracle PL/SQL Programming, the classic reference for Oracle │
 │ stored programming for more than ten years. Both have decades of          │
 │ experience as database developers, and between them they have authored a  │
 │ dozen books.                                                              │
 │                                                                           │
 │ http://www.amazon.com/exec/obidos/tg/detail/-/0596100892/                 │
 │                                                                           │
 │                                                                           │
 │  INSTALL NOTES                                                            │
 │                                                                           │
 │ Unzip, unrar and enjoy                                                    │
 │                                                                           │
 ╔═══════════════════════════════════════════════════════════════════════════╗
 ║                           [ G r e e t i n g s ]                           ║
 ╚═══════════════════════════════════════════════════════════════════════════╝
 │                                                                           │
 │                            to ALL our Friends                             │
 │               What we do we do for fun only, not for profit               │
 ╔═══════════════════════════════════════════════════════════════════════════╗
 ║ NFO by m**x                                      Last updated: 02/09/2006 ║
 ╚═══════════════════════════════════════════════════════════════════════════╝

Files

PathSize
b-613a01.zip1,39 MB
b-613a02.zip1,39 MB
b-613a03.zip1,31 MB