[Cover of Programming the Perl DBI]

Programming the Perl DBI (1st edition)

Database Programming with Perl

Alligator Descartes and Tim Bunce

Release date15 Feb 2000
PublisherO'Reilly & Associates
ISBN1-56592-699-4
Categories Databases
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.

Reviews

Two reviews on slashdot
  «With its clear explanations and concise reference value, serious Perl programmers ought to make room on their shelves for the Cheetah. [...] if you already have Perl experience and are new to database programming, you should consider picking up this book. [...] If you already have experience in programming with the DBI, though, you might not need this book. The last few chapters might be helpful, but it would be good to flip through the book before buying it.»

Overall rating is 2.1 from 14 votes. If you were logged in you would be able to rate this book.


Site Information and Contacts
Perl.org sites : books | www | dev | history | jobs | learn | lists | use   
When you need perl, think perl.org  
the camel