<p>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.<p>The primary interface for databas
Programming the Perl DBI: Database Programming with Perl
β Scribed by Tim Bunce, Alligator Descartes
- Publisher
- O'Reilly Media, Inc.
- Year
- 2000
- Tongue
- English
- Leaves
- 260
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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 is actually in 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 explains 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 DBIThis is the definitive book for database programming in Perl.
β¦ Subjects
ΠΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ°;ΠΠΎΠΌΠΏΡΡΡΠ΅ΡΠ½Π°Ρ Π»ΠΈΡΠ΅ΡΠ°ΡΡΡΠ°;Perl;
π SIMILAR VOLUMES
Welcome to Perl Training Australiaβs Database Programming with Perl training module. This is a two day training module in which you will learn how to interact with databases through Perl. Course outline β’ Accessing the database β’ Programming with DBI β’ SQL::Abstract β’ Transactions β’ Databas
Here's your in-depth guide to creating database-driven applications using Perl.In this authoritative reference, Perl expert Brent Michalski uses plenty of examples to help you master Perl's capabilities in database applications with MySQL, PostgreSQL, and Oracle. Along the way, he explores practical
I think, what is covered in the book is more theory. No practical examples on how to connect to various databases (ex: MySQL, Oracle). I would rather say, it is outdated and more useful information can be found on the web. I shouldn't have bought it although it just costed me [...].
I think, what is covered in the book is more theory. No practical examples on how to connect to various databases (ex: MySQL, Oracle). I would rather say, it is outdated and more useful information can be found on the web. I shouldn't have bought it although it just costed me [...].