Databases Books
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

Used price: $93.90

A "Must Have" book for iSeries programmersReview Date: 2004-10-18
Sql for eServer i5 and iSeriesReview Date: 2004-12-16
Must have book for the innovative programmerReview Date: 2004-11-22
Covers the i5/iSeries Dialects of SQLReview Date: 2004-11-16
On the one hand it is aimed at the IBM i5/iSeries developers the tools they need to effectively use SQL in their applications.
On the other hand it is equally aimed at the experienced SQL programmer that is now moving to the i5/iSeries who needs to know the particular twists and kinks in the implementation as well as the tools available on the system to support development.
It's clear the future of data base interaction lies in SQL. It's also clear that without a book on the specific dialect of SQL spoken by the particular version you are running you can't write effective code. The structure of each data base engine is just a bit different. I don't believe that any of them meet the full standard.
This is a novice to Intermediate level book. It starts with the simple SELECT statement and goes through JOINS, UNIONS, Sub-Selects, enough that the user can probably do what he wants. The book spends a good bit of time on converting from the older DDS/RPG based software.
This book is an excellent start. It's hand's on enough to make sense, detailed enough to get you through the first through months of work before you're ready to tie into the details of advanced SQL -- Let alone the always coming next version.

Used price: $10.75

Clearly addresses SQL Server vulnerabilitiesReview Date: 2004-01-12
Excellent coverageReview Date: 2003-12-29
u use SQL? u better read this!Review Date: 2003-10-31
Securing SQL is not rocket science, but it is easy to do wrong.
This book shows how to do it right.
Chip Andrews and crew deliver a title worthy of its lineageReview Date: 2003-10-12
In the "Acknowledgements," lead author Chip Andrews writes "I wanted this book to give security and database professionals the same readability, reference ability, and red-eyed wonder that 'Hacking Exposed' gave me a few years back." My favorite aspect of the HE line was the material's ability to explain attack and defense concepts while illuminating the internal operation of victimized systems. SSS follows this lead by devoting entire chapters to SQL Server components, like Network-Libraries (ch. 4) and Authentication and Authorization (ch. 5). My favorite sections appear in chapter 7, where the authors describe novel ways to leverage SQL Server's "C-2 auditing" features for purposes of intrusion detection.
SSS dispenses an immense amount of useful advice, whether it's a whole chapter on secure installation (ch. 3), best practices found in most chapters, or the appendices on stored procedures and integration with other Microsoft technologies. The only downside I found appears in chapter 2, where SQL samurai David Litchfield uses language outside the realm of most readers' understanding. For example, "the import address entry for GetProcAddress() in sqlsort.dll shifts by 12. With no SQL Server service pack, the address of the entry is at 0x42AE1010, and on SP1 and SP2, it is at 0x42AE101C" (p. 29). The uninitiated should skim this chapter and trust the authors when they claim SQL Server can be attacked by multiple means.
SSS is a must-buy if you operate SQL Server. It's the manual Microsoft forgot to ship.

Used price: $0.01

A tremendous teaching book and reference guide.Review Date: 1996-11-15
This book is a terrific introduction and reference for HTML!Review Date: 1996-11-07
Great Book for Learning HTMLReview Date: 1996-10-07
If you want to learn HTML 3.0 THIS is the ONE!!Review Date: 1996-05-30

Used price: $73.98

A wonderfully written book on an important topicReview Date: 2004-12-22
I teach database systems and also do research on databases, including systems-level refinements to concurrency control and recovery algorithms. This book has been invaluable to me in understanding the three major aspects of concurrency control in databases: the beautiful theory, the carefully constructed algorithms, and the specifics of the practice.
When this book first came out two years ago, I read most of it over a period of an intense week. That was such an enjoyable experience, because the book is very well structured and written in a smooth yet careful style. The authors ensured that all required concepts were in place before introducing a new concept. And the prose just flows, rendering difficult concepts understandable through well-chosen examples.
Since then I have referred to this book often with specific questions that arose in my research. Each time, my question has been answered fully in the book.
Each chapter ends with a section entitled "Lessons Learned" which summarizes the key ideas of the chapter and just as importantly, states the practical application of each concept. Some concepts have not yet been realized in practice; the authors are up front about this and explain why.
Mike Tarrani's review does a good job of explaining the similarities and differences between this book and the other seminal book on transaction processing, by Jim Gray and Andreas Reuter. Both books have their place, and both should be on the shelf (and read by!) all those who want to understand transaction processing at a deep level. And I agree with Jim Gray who noted in his foreword to the Weikum/Vossen book that it is likely to become (indeed, has) the standard reference in this field.
Very Very GoodReview Date: 2003-10-06
A must for serious DB professionalsReview Date: 2002-10-06
This book has no discussion or topic regarding any comercial vendor technologies (specially databases), and I think this is very good. The Page and Object models for transaction processing are clearly explained. There's a very nice discussion concerning RAID technologies.
This is not an 'academic' book in all the sense of the word. It can help IT professionals to make better transactional system desing (databases, workflow,e-business,etc).
I would like some RDBMS vendors will include this kind of theory in their documentation....
Up-to-date ... sends an old friend into semi-retirementReview Date: 2002-07-05
This book changes that by going far beyond transaction processing. It starts with the same fundamentals as the older book, and even covers many of the same topics, such as concurrency control, but it addresses each topic from a much wider perspective. For example, the discussion of concurrency goes far beyond the issues of transaction processing as a middleware component. It extends into application, database and search issues. Another indication that this book is more up-to-date is the material on queue managers. While they are at the opposite end of the spectrum from transaction processing monitors, they are integral to any discussion of transactional information systems. More importantly, both transaction processing monitors and queue managers are used in modern enterprise architectures. Having both topics discussed in great detail is a major point in this book's favor.
Personally I intend to keep my copy of the older "Transaction Processing: Concepts and Techniques" because it does cover some of the subject matter more deeply. However, this book has replaced it as my principal reference and if I had to choose between them this is the one I'd go with.

Used price: $1.08

Overview from the authorReview Date: 2002-03-29
As you probably already know, the PC market is a fast paced, fast changing arena. The only way to succeed in this career field is to learn the basic concepts of the PC (hardware and software), apply those concepts in a real-world situation and be willing to retrain yourself often through out your career. Therefore, as a college teacher for many years and working as a PC support/network administrator person for a local college, a city hall, a computer company and a chip manufacturer, I am able to share my experiences in a way that you can quickly and easily learn the material so that you can pass the A+ PC Technician exam, get a job as PC technician and to successful troubleshoot PC problems.
Each chapter is written in an easy to read format with many pictures. To keep you updated today's issues and to show you where you can get help in troubleshooting today's PC problems, I have included many useful Internet links and have include many real-world examples. At the end of each chapter, you will find review questions to help focus your efforts and prepare for the A+ exam and hands-on exercises to reinforce and apply what you have just read about. At the end of book there are several appendix for quick reference and a handy glossary.
For now, I would like to say good luck on your current and future endeavors and I thank you for considering purchasing my book.
Troubleshooting the pc from A to Z and everything in betweenReview Date: 2000-03-20
Covering all aspects of the technician's world, from the sound card and modem to the memory and ports to the video and storage, as well as the operating systems from DOS, Windows 3.x, 95, 98 and NT workstation, the book is great reference. Best of all it is written to the A+ specifications.
The books includes questions, hands-on exercises, figures, tables, pictures and over 650 A+ questions. You also get appendices for A+ Objectives, Binary number conversions, POST Error codes and operating systems error codes, a virtual plethora of computer information.
The author includes a detailed glossary; about the only thing that was missing was the "standard" cd-rom with A+ questions and software utilities. Overall I was very impressed with the depth of information and the author's ability to uncomplicated the breakdown of the information.
If you want to fix computers, this is it.Review Date: 2000-05-11

Used price: $14.93

Provides excellent content for those working on MySQL Review Date: 2008-08-20
operation. Learned a lot through code review & trial and error! Recently
purchased this book and it is excellent! Wish we had it months ago.
The author knows what he's talking about. Provides a great overview of the
architecture, file and subsystem layout. Also provides great information on using the 'built in' debug capability of the server -- very useful!
I was expecting to be disappointed, I was not. The content was right
on the mark for those folks interested on working on server internals.
Lift the magic veilReview Date: 2007-12-31
After reading this book you should be comfortable enough to tackle the source, and you'll also have deep understanding of the storage engines and how to configure them, how the query parser works, how the optimizer decides on the execution plan, and much more. This is a must read for any DBA, or a programmer who wants to see a great example of a high-performance, reliable UNIX server.
A very good book!Review Date: 2007-08-17
Provides clear insightsReview Date: 2007-07-07
Excellent book, clearly explains MySQL internalsReview Date: 2007-05-25
Starting with an overview of MySQL history and architecture, the book quickly moves us through working with the source code to build and run the product in a debugger. Drawing on his deep experience with the software, Mr. Pachev explains the coding conventions used to develop MySQL and why you should use them when modifying the software yourself.
The author delineates the different functional "modules" (a term he coined himself to better explain the database, technically speaking there are no defined modules in MySQL's architecture) of MySQL and how they interrelate. Herein lies the key to how this book teaches the reader the vast intricacy of such a complex piece of software. The author recognizes the subject is huge and the source code changing. What he does in the book is serve as our tour guide, driving us through the various areas and explaining as much relevant information as he reasonably can. He constantly illustrates key pieces of source code and data structures; but perhaps more importantly he makes reference to the actual source files utilized by each functional component of the system, while encouraging us to explore further on our own. His approach is very much "top down".
As he takes us on this tour, the author explains many of the design decisions behind the various MySQL components, often imparting the historical perspective behind them. I appreciate how, throughout the book, the author shares some of his "inside information" about MySQL's development. There is also a section where he examines the code stability of each module and speculates on what the future may hold for each module. The author's writing style is clear and easy to read. I found Understanding MySQL Internals interesting and fun, and surprisingly easy to read for a book covering such a sophisticated piece of software. The author also does a good job explaining the engineering trade-offs of different MySQL configurations. Speaking of configuration, the book shows you how to add your own configuration option to the mysqld daemon.
Chapter 7, the largest chapter in the book, is 41 pages long. It covers the MySQL storage engine interface. This chapter explains how to integrate your own custom storage engine into MySQL and contains the source code for two custom storage engine examples (one for MySQL 4.1, the other for version 5.1). You can download this source code from O'Reilly's web site. Despite this one long chapter, the book is surprising short, only 234 pages.
I believe this book has value outside of MySQL. It does a good job showing how MySQL is essentially a well designed piece of software: a high-performance, reliable Unix server. The book also touches on the multi-platform aspects of MySQL design. Those of you designing other types of server software may benefit from studying how MySQL is constructed.
This book isn't for everyone, but if you are serious about MySQL in particular or database software design in general then this title certainly deserves a look.


Good book for those just starting with ApproachReview Date: 1997-02-28
Lotus Approach 96 book provides thorough understandingReview Date: 1999-12-24
Excellent on the basics for Approach 96, 97, and beyond!Review Date: 1999-05-14
THE reference manual for all today's Lotus Approach users!!Review Date: 1999-08-14

Used price: $3.27

Let's setup your own Apache Web Server!Review Date: 2007-05-01
The author teaches you step-by-step from installing Apache web server, PHP and Perl to writing applications like database-enabled web applications using Perl, PHP and MySQL. He also touches a small portion of SSI (Server-sise Includes).
This book is indeed very good for beginners. However, please be warned that you may get frustrated by the typos and mistakes found in this book. Refer to the previous post, he mentioned some configuration issues which are helpful. Other than that, this book is definitely worth reading as you may learn a lot especially when you have no idea of what and how to use Apache, PHP, Perl, and MySQL.
For advanced readers, you may want to look into other books :)
Excellent book for biginners in web-database developersReview Date: 2006-05-19
The CD software includes the latest version of PHP, MySQL, Apache and Perl, although personally I think Perl should be less covered since PHP is much better. Also the section of IIS installation with PHP kind of distract the attention from Apache in the whole book.
Some typo errors in the book's codes, as well as installation errors not mentioned in the book could frustrate non-technical people: e.g. Not able to set up on my Windows XP (Home) for virtual host / Server Side Include / OpenSSL / Preventing Directory listing...also on PHPMyadmin (Chap 8), the book missed out a step to uncomment in PHP.INI the line extension=php_mysql.dll in order to get the nice result of Fig 8.30, otherwise you would contantly get this error "cannot load mysql extension'.
Overall the book is recommended to read through in one session (I spent 3 hours in one single night), then follow by practices in few other sessions on Apache, PHP and MySQL in sequence.
It has been an enriching and enjoyment experience for me. I highly recommend to all new commers in web-database application developers.
Common questions on open source documentation answeredReview Date: 2006-04-14
Good Start to Using FREE SoftwareReview Date: 2006-03-12
I gues the question I would have to ask is that if you are using a system for a single application such as being a web server, why wouldn't you go all the way and use a Linux operating system under it, it would be faster, more reliable and less expensive. But if you gotta use Windows, here's all you need.

Used price: $19.79

Conciso y bien explicadoReview Date: 2008-08-09
El libro es un excelente prefacio a PHP, y Filemaker desde cero, y llega hasta la configuración de servidores, que pareciera ser un proceso exclusivamente administrativo.
Clear, precise and even fun.Review Date: 2007-11-29
THE BEST BOOK to get for Filemaker web publishing.
As a "non-programmer" who has struggled in the past trying to bring a database to the web,
I found the examples in this book easy to follow and understand.
It definately took me to the next level.
Excellent down-to-code approachReview Date: 2007-11-06
PHP and FileMaker Integration - a fast and enjoyable journey!Review Date: 2008-02-03
The book is divided into four logical sections. The first section provides background information for those new to the world of Web publishing, including an introduction to HTML and PHP. After reading this section, you won't be an HTML expert, and you certainly won't be a PHP pro. But you will have a good understanding of the technologies involved in Web publishing and development, and how those technologies fit together.
The second section of the book provides a foundation for the examples that are used later on. The section includes a chapter on how to setup a FileMaker database (creating fields, working with the database, performing finds, and so on). I'm sure that the majority of readers will find this section to be unnecessary and might be tempted to skip it. However, the chapter does cover one key topic that you should take a few minutes to check out, and that is an explanation on how to setup a FileMaker account (and grant it the correct privileges) that PHP can use to connect to the database.
The second section also covers installation, deployment, and configuration of FileMaker Server, as well as the new PHP Site Assistant. Jonathan makes a recommendation -- and one that I heartily agree with -- that if you do not absolutely need your own server, then using a server provided by a Web hosting provider is an ideal solution. However, if you do have your own server, you'll find this information to be of great use.
The third section of "Web Publishing with PHP and FileMaker 9" includes what I consider to be the most valuable information in the book. This section covers the FileMaker API for PHP (often referred to as "FileMaker.php") itself, and does so using an example Web application that is developed and expanded throughout the section. The application is one that most readers will be able to associate with -- an online product catalog.
The section includes chapters on how to select, sort, and do finds against a FileMaker database using PHP. Another chapter explains how to alter FileMaker data over the Web, including the creation of new records and updates and deletions of existing records. There are also chapters on how to view, add, edit, and delete related data via PHP (which is accomplished using portals), as well as some very useful information on how to work with images (including images stored in container fields and those stored by reference using URLs).
The last chapter in the third section describes a very interesting concept: Developing a PHP application that automatically updates as the FileMaker layouts that it is built on are updated. For example, if a field is added or removed, the PHP application automatically adds and/or drops the field as well. If you are looking for an easy way to let your FileMaker users "self-manage" a PHP application, then this chapter will prove to be invaluable to you.
"Web Publishing with PHP and FileMaker 9" covers a lot of ground, and does so in a way that makes it a fast and enjoyable journey. Jonathan's writing style and "voice" make it easy to follow along with the material. His expert knowledge of PHP and FileMaker is apparent, and he does a great job of sharing that knowledge in the book.
If you are looking for a good book on PHP and FileMaker integration -- whether you are new to the topic or consider yourself to be a pro -- then I highly recommend picking up a copy of "Web Publishing with PHP and FileMaker 9."

Used price: $21.52

This book is amazingReview Date: 2002-10-31
I was truely amazed and very very pleased when I got my copy of WebRAD - this book is very complete and well thought out. It takes you step by step through creating a web application with WC and VFP, and even how to set up your web server properly. All the details and common errors are covered, as well as the best way to do things for different circumstances. I would have saved many days research if I had had this book from the beginning.
For example: when you set up a project in Web Connection, the wizards do many things for you automatically - this book tells you step by step how to set up these things properly (manually if you want to), so you know how _and_ why, and how to deploy your application to your production server. And there is so much more!
Up and Running In the First 4 Chapters!Review Date: 2002-07-18
For chapters that had references to other resources, a complete summary of those resources was provided at the end of the chapters. This makes it quite convenient to find additional help without having to search through the chapters.
The chapters on troubleshooting are very well organized as well. One of these chapters categorizes common problems, then lists each symptom followed by a cause and solution.
How To Write A Good Technical Book: Get WebRadReview Date: 2002-07-13
Confused by what the Web is? HTML? CSS? It's all here.
Need to know about NT/Win2K permissions on IIS? Deployment of COM servers? Comparison of .prg-based class libraries? It's all here.
What it's really about ... is almost irrelevant to whether you should buy this book. If you plan to edit or write a technical book, this one is worth having as an example of the task being done right.
As Whil Hentzen, the namesake of Hentzenwerke, can attest, this is not my reaction to all the Hentzenwerke collection. Congratulations to the authors (Harold Chattaway, Randy Pearson, and Whil Hentzen) and the editor. I mention the editor (Barbara Peisch) not just to make nice: no author is capable of putting together a totally coherent book. It always takes two points of view, in order for the reader to become the focus of the book, rather than the author. A strong editor makes the difference between an interesting author and a good book. This is a good book.
Thoughtful, meticulous coverageReview Date: 2002-07-05
It took me almost a year to complete my first Web Connection project because I had to get most of my answers from the Web Connection forum from people like Randy Person.
Now there are real examples to follow and clear explanations of how each feature works.
Web Connection is a powerful framework for developing VFP applications for the Web. This book will make the learning curve so much better for users of the Web Connection framework.
Congratulations to Randy, Harold and Whil for their thoughtful, meticulous documentation to explain how to set up and use this wonderful product.
Mike Smith
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250