Programming the Perl DBI: Database programming with Perl and over one million other books are available for Amazon Kindle . Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
Buy Used
Used - Good See details
Price: £4.54

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
or
Get a £0.25 Amazon.co.uk Gift Card
Programming the Perl DBI: Database programming with Perl
 
 
Start reading Programming the Perl DBI: Database programming with Perl on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Programming the Perl DBI: Database programming with Perl [Paperback]

Tim Bunce , Alligator Descartes
3.5 out of 5 stars  See all reviews (4 customer reviews)
RRP: £30.99
Price: £16.21 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £14.78 (48%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 2 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, May 31? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £14.59  
Paperback £16.21  
Trade In this Item for up to £0.25
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Programming the Perl DBI: Database programming with Perl for an Amazon.co.uk gift card of up to £0.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Programming the Perl DBI: Database programming with Perl + CGI Programming with Perl + Perl Cookbook: Solutions and Examples for Perl Programmers
Price For All Three: £66.48

Show availability and delivery details

Buy the selected items together


Product details

  • Paperback: 350 pages
  • Publisher: O'Reilly Media; 1 edition (11 Feb 2000)
  • Language English
  • ISBN-10: 1565926994
  • ISBN-13: 978-1565926998
  • Product Dimensions: 23.4 x 17.9 x 2.2 cm
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Bestsellers Rank: 457,558 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Authors

Discover books, learn about writers, and more.

Product Description

Amazon.co.uk Review

The interestingly named Alligator is a database programmer and Perl module developer. Tim Bunce wrote DBI--the Perl DataBase Interface. DBI is a series of Perl modules providing a standard API to a variety of database engines. Perl DBI is a natural choice for dynamically generating Web pages from databases. DBI's greatest strengths are portable code and the concealment of proprietary database interfaces.

The first half of Programming The Perl DBI covers non-DBI database types, pros and cons and data handling. Perl is used to create, explain and work with these. It's assumed that the reader is a competent enough Perl programmer to write the scripts as well as follow them. The point is to familiarise you with database technologies.

Having dealt with SQL and other database related issues in chapter three, the authors introduce the DBI, demonstrate database connection and error handling in chapter four. The last four chapters cover database interaction, advanced DBI features, ODBC and finally shell and database proxying. Three appendices cover the DBI specification, driver and database characteristics and the ASLaN Sacred Site Charter. (The authors are megalithic site aficionados and use UK megalithic sites as database examples throughout the book).

Descartes and Bunce's book is a rare combination--an entertaining and accessible guide to using Perl DBI that's also a readable and often amusing introduction to database technology.--Steve Patient

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

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

5 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
11 of 12 people found the following review helpful
By A Customer
Format:Paperback
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 and the DBI mailing list 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, but otherwise... O'reilly what were you thinking.

Comment | 
Was this review helpful to you?
3 of 3 people found the following review helpful
By David Precious VINE™ VOICE
Format:Paperback
This book doesn't really cover much about Perl and the DBI module that you couldn't find with a quick trawl through Google, but it is handy to have all the material you need together to hand. If you're the kind of person who likes to be able to just pick up a book to find what you need to know, it's well worth buying - it's an authoritative source of information and will get you writing decent Perl + DBI scripts to interact with a database in no time.
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
Limited 24 July 2004
Format:Paperback
I picked up this book because I had a perl/sybase project. My opinion is that this is very limited book. Most people will only use Ch5 "Interacting with the database" - 25 pages. These important 25 pages lack organisation and logical structure. The book covers the perl DBI, by that I assumed everything to make a database work with perl - wrong! It covers exactly and only the DBI. Example: If you've been working with databases for more than a week you will want to know how to detect and respond to deadlocks. The word isn't even in the book. I should point out, you can handle deadlocks but that's in the DBI driver for your database and so it's not covered. The first week I used this book I liked it, I was copying chunks of source code and pasting it right into my application, by the second week I was searching the web.
Comment | 
Was this review helpful to you?

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges