or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
32 used & new from £4.00

Have one to sell? Sell yours here
 
   
Programming the Perl DBI: Database programming with Perl
 
See larger image
 

Programming the Perl DBI: Database programming with Perl (Paperback)

by Tim Bunce (Author), Alistair Carty (Author)
3.5 out of 5 stars  See all reviews (4 customer reviews)
RRP: £26.99
Price: £16.04 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £10.95 (41%)
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 3 left in stock--order soon (more on the way).

Want guaranteed delivery by Wednesday, November 11? Choose Express delivery at checkout. See Details
20 new from £13.76 12 used from £4.00

Frequently Bought Together

Programming the Perl DBI: Database programming with Perl + CGI Programming with Perl + Programming Perl: There's More Than One Way To Do It
Price For All Three: £59.04

Show availability and shipping details


Customers Who Bought This Item Also Bought

CGI Programming with Perl

CGI Programming with Perl

by Scott Guelich
3.1 out of 5 stars (7)  £18.99
Programming Perl: There's More Than One Way To Do It

Programming Perl: There's More Than One Way To Do It

by Larry Wall
4.5 out of 5 stars (57)  £24.01
Learning Perl

Learning Perl

by Randal Schwartz
4.4 out of 5 stars (50)  £18.15
Perl Best Practices

Perl Best Practices

by Damian Conway
5.0 out of 5 stars (4)  £19.07
Advanced Perl Programming

Advanced Perl Programming

by Simon Cozens
4.0 out of 5 stars (1)  £16.52
Explore similar items

Product details

  • Paperback: 364 pages
  • Publisher: O'Reilly Media, Inc.; illustrated edition edition (4 Feb 2000)
  • Language English
  • ISBN-10: 1565926994
  • ISBN-13: 978-1565926998
  • Product Dimensions: 23.4 x 17.9 x 1.9 cm
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 127,930 in Books (See Bestsellers in Books)

    Popular in these categories:

    #8 in  Books > Computing & Internet > Databases > Java & Databases
    #18 in  Books > Computing & Internet > Programming > Languages > Perl
    #18 in  Books > Computing & Internet > Databases > Databases & the Web
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Database Programming Tool opens new browser window
AlphaSoftware.com  -  Alpha 5-Easy database development! No programming. Download free trial 
   Database Development opens new browser window
www.start-software.co.uk  -  Start Software - 0845 612 2402 Design, build, troubleshooting 
   Easy Database PHP sites opens new browser window
www.dbQwikSite.com  -  Program to generate everything for your next PHP site in just minutes 
  
 

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

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
perl
programming
sql
technical
database
book - computer - perl
sysbase
sde development
relational databases
redhat 61
perl dbi

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Programming the Perl DBI: Database programming with Perl
74% buy the item featured on this page:
Programming the Perl DBI: Database programming with Perl 3.5 out of 5 stars (4)
£16.04
Perl Best Practices
8% buy
Perl Best Practices 5.0 out of 5 stars (4)
£19.07
Intermediate Perl
7% buy
Intermediate Perl 4.3 out of 5 stars (3)
£17.29
Learning Perl
7% buy
Learning Perl 4.4 out of 5 stars (50)
£18.15

 

Customer Reviews

4 Reviews
5 star:    (0)
4 star:
 (2)
3 star:
 (2)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.5 out of 5 stars (4 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
11 of 12 people found the following review helpful:
3.0 out of 5 stars A book about the DBI, not programming databases from Perl., 6 Jun 2000
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 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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
4.0 out of 5 stars Helpful reference book, 29 Oct 2002
By David Precious (Herts, England) - See all my reviews
  
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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
3.0 out of 5 stars Limited, 24 Jul 2004
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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

4.0 out of 5 stars A clear, comprehensive and accessible book.
As someone who knows a little bit about Perl and a reasonable amount about databases, I found this book did just what it said: taught me how to access databases from Perl. Read more
Published on 26 Jun 2000

Only search this product's reviews



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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.