Sabtu, 11 Agustus 2012

[E219.Ebook] Download Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes

Download Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes

Is Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes book your favourite reading? Is fictions? Just how's about record? Or is the very best seller unique your option to fulfil your spare time? Or even the politic or religious publications are you hunting for now? Below we go we offer Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes book collections that you require. Great deals of varieties of books from many fields are given. From fictions to scientific research as well as religious can be browsed and also discovered right here. You could not stress not to discover your referred book to read. This Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes is among them.

Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes

Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes



Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes

Download Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes

Just for you today! Discover your favourite book here by downloading and install as well as obtaining the soft data of guide Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes This is not your time to commonly likely to guide stores to purchase a publication. Right here, ranges of publication Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes and also collections are available to download. One of them is this Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes as your favored e-book. Getting this publication Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes by on-line in this site could be realized now by visiting the link page to download and install. It will be easy. Why should be here?

As known, book Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes is well known as the window to open up the globe, the life, and also brand-new point. This is just what the people currently need a lot. Even there are many individuals that don't like reading; it can be an option as reference. When you actually require the methods to create the next inspirations, book Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes will actually direct you to the means. In addition this Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes, you will have no remorse to obtain it.

To get this book Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes, you might not be so baffled. This is online book Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes that can be taken its soft data. It is different with the on-line book Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes where you can purchase a book and after that the seller will send the printed book for you. This is the place where you could get this Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes by online and also after having deal with investing in, you can download Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes alone.

So, when you require quick that book Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes, it does not should await some days to obtain guide Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes You could directly obtain guide to save in your tool. Also you like reading this Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes everywhere you have time, you can appreciate it to read Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes It is undoubtedly helpful for you which want to get the a lot more priceless time for reading. Why do not you invest 5 minutes and spend little money to get guide Programming The Perl DBI: Database Programming With Perl, By Tim Bunce, Alligator Descartes here? Never ever allow the extra thing quits you.

Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes

One of the greatest strengths of the Perl programming language is its ability to manipulate large amounts of data. Database programming is therefore a natural fit for Perl, not only for business applications but also for CGI-based web and intranet applications.The primary interface for database programming in Perl is DBI. DBI is a database-independent package that provides a consistent set of routines regardless of what database product you use--Oracle, Sybase, Ingres, Informix, you name it. The design of DBI is to separate the actual database drivers (DBDs) from the programmer's API, so any DBI program can work with any database, or even with multiple databases by different vendors simultaneously.Programming the Perl DBI is coauthored by Alligator Descartes, one of the most active members of the DBI community, and by Tim Bunce, the inventor of DBI. For the uninitiated, the book explains the architecture of DBI and shows you how to write DBI-based programs. For the experienced DBI dabbler, this book reveals DBI's nuances and the peculiarities of each individual DBD.The book includes:

  • An introduction to DBI and its design
  • How to construct queries and bind parameters
  • Working with database, driver, and statement handles
  • Debugging techniques
  • Coverage of each existing DBD
  • A complete reference to DBI
This is the definitive book for database programming in Perl.

  • Sales Rank: #1035780 in Books
  • Brand: Brand: O'Reilly Media
  • Published on: 2000-02-14
  • Released on: 2000-02-11
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.19" h x .86" w x 7.00" l, 1.28 pounds
  • Binding: Paperback
  • 366 pages
Features
  • Used Book in Good Condition

Amazon.com Review
The birth of new modules for the Perl scripting language is a regular occurrence, and the publication of an O'Reilly book about one of these modules is a sign of coming of age. Perl's DBI module, which facilitates the database-independent operation of Perl, achieves its rite of passage this month with the arrival of Alligator Descartes and Tim Bunce's excellent Programming Perl's DBI. Perl's DBI interface is maintained by Bunce and includes submodule interfaces to Oracle, MySQL, Sybase, Microsoft ODBC, and many other smaller databases. O'Reilly Perl book aficionados take note: this is the cheetah book, named for the animal that graces its cover.

Far from being a formalized how-to or man page, Programming Perl's DBI is a mini textbook in database programming, ideal for CPAN-savvy Perl programmers with little or no experience in database programming. Descartes and Bunce develop primitive notions of databases by using flat files, and they introduce relational databases with careful didactic motivation. The example database used throughout the book contains ancient sacred monolithic sites in the UK and elsewhere, of which Stonehenge is the most famous. Readers will learn about these primitive places while storing, updating, deleting, sorting, and locking their descriptors using flat files, nonrelational and relational databases, and a tutorial on SQL. The last chapters describe the peculiarities of interacting with ODBC and introduce DBI's Perl-less diagnostic shell and database proxying.

The authors use many modules--including DBI itself--that are not part of the vanilla Perl distribution, and Descartes and Bunce introduce them without explaining where to find or build them. Perl newbies with no CPAN experience may find themselves derailed early. The Storage module seems not to be available on CPAN at all (at the time of this writing). Fortunately, DBI and friends build, test, and install seamlessly under Linux/Red Hat 6.1.

At 350 pages, Programming the Perl DBI is 60 percent text--filled with highly annotated Perl code--and 40 percent appendices covering a detailed specification of DBI and 3-to-5-page descriptions of each of the 14 supported databases. Brevity is a large component of this book's wit. Clarity is the rest of it. --Peter Leopold

Review
'The book is very well written with frequent examples. It certainly maintained my interest from beginning to end. I mirrored the authors' examples with my own MySQL databases and had no problems. I learnt SQL as well. If you need to interact with databases and you have access to Perl, then this book is a must.' - Mick Farmer, news@UK, June 2000

About the Author

Tim Bunce has been a perl5 porter since 1994, contributing to the development of the Perl language and many of its core modules. He is the author and maintainer of the DBI, DBD::Oracle,and Oracle::OCI modules, and author and co-maintainer of The Perl Module List. Tim is the founder and CTO of Data-Plan Services, a perl, database, and performance consultancy with an international client base. Prior to that we was Technical Director (CTO) of IG in the UK where he was awarded by British Telecom for his role in the rapid development of their Call Management Information service, a system implemented in Perl. He is co-author, along with Alligator Descartes, of Programming the Perl DBI, the definitive book on DBI, published by O'Reilly & Associates in February 2000.

Most helpful customer reviews

1 of 1 people found the following review helpful.
Watchout for the the Regular Expressions chapter though -- it seems like it goes forever
By efrankamo
Warning! This book is very informative! They weren't lying, I am in the Threads chapter of this book now, and though dates, it gives me the historical mindset of the late 90's with detailed information about every fundamental aspect of Perl -- this book goes deep... Watchout for the the Regular Expressions chapter though -- it seems like it goes forever, but in the end, it's rewarding to type out a Perl example with a RegEx and have a better understanding on what's going on... I'm going to read the more current versions of this book later --- it's worth the struggle...

4 of 4 people found the following review helpful.
Is This a Reference, a Tutorial, or Not Quite Enough of Either?
By Eleuthero
I always like the Camel book but this book was mysterious in that
it gave TOO much info on many subjects and verged into being a
tutorial rather than a reference and often did not quite succeed at
being either. It's neither fish nor fowl.

Why 100+ pages on regular expressions given the excellence and
thoroughness of Friedl's book "Mastering Regular Expressions"?
Why data structures section given that this strays into the Cookbook's
domain but doesn't really go quite far enough to be a complete tutorial.

Other very, very important topics where the O'Reilly books are way, way
out of date (like the DBI book) aren't made up for by the Camel book.
Indeed, databases are scarcely mentioned much less covered. The
book also falls short by virtually not mentioning crucial directory-related
operations like recursive descent with FIle::Find. This subject is of vital
interest to sysadmins and QAs using Perl to make product build scripts
where movement around directories is at a premium.

This Camel is okay but, alas, like so many latter-day O'Reilly products,
it just doesn't measure up to its predecessors.

43 of 46 people found the following review helpful.
A book about the DBI, not programming databases from Perl.
By A Customer
This is a good book, IF:
- You want the online documentation with some extra fluff on databases, extra examples and the DBI spec. in one handy place (pages 187 - 333 are pretty much available online, the rest of the book is the online material filled out).
- You are interested in learning about the DBI, the book is about the DBI rather than database programming.
This is not a good book, IF:
- You want to learn how to program databases from the web (the widest application of Perl today is covered on one example/page and is an absolute joke).
- You want to learn how to program databases other than Oracle (the massive Windows market, and other markets are left to you, the reader, to extrapolate techniques from the book to practice).

This is a terrible book, IF:
- You are a Perl/programming beginner.
- You want to learn about databases.
- You want to troubleshoot your application (to not include much more driver specific material, when the DBI relies so heavily on the database's driver, means that essentially the book's use is very limited in the real world).
The DBI is a great tool in the Perl armoury; this book does not do it justice. You will learn more from the online documentation, DBI mailing list and the very generous Perl community than you could ever get from here - save your money (The forthcoming 'Web Databases with Perl' from Manning looks far more promising, but it's not out until Oct 2000).
Of course, if the book is supposed to be nothing more than a guide to the DBI in the very limited scope of being a recycle and slight expansion of existing material, then you can't fault it, and it is a nice read. A lot of the reviews for the book reflect this sentiment. However, if you are after more, you will end up questioning what O'Reilly were thinking. On these grounds three stars is generous.

See all 365 customer reviews...

Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes PDF
Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes EPub
Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes Doc
Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes iBooks
Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes rtf
Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes Mobipocket
Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes Kindle

Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes PDF

Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes PDF

Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes PDF
Programming the Perl DBI: Database programming with Perl, by Tim Bunce, Alligator Descartes PDF

Tidak ada komentar:

Posting Komentar