CGI Database Applications with Perl
Tutorial covering the strategies and technologies behind writing a database-driven CGI application.
url: www.rcbowen.com/imho/cgi-database/
CPAN: Database Interfaces
Listing of modules and their corresponding documentation.
url: search.cpan.org/modlist/Database_Interfaces
Dabbling in Live Databases: Microsoft Access
This tutorial covers the issue of connecting a Microsoft Access database to your website using Perl.
url: www.databasejournal.com/features/msaccess/article....
DBI - The Perl Database Interface
Official site includes documentation, mailing list information, and demonstrations.
url: dbi.perl.org/
DBI Examples
Tips and discussion on basic DBI usage and optimizing DBI programs.
url: www.saturn5.com/~jwb/dbi-examples.html
dbi-users@perl.org
Archive of the mailing list.
url: archive.develooper.com/dbi-users@perl.org/
The Fine Art of Database Programming
An outline of database programming, with particular emphasis on Perl.
url: www.perlmonks.org/index.pl?node=The%20fine%20art%2...
Introduction to MySQL (using Perl DBI)
4 page article starts with basics of MySQL and finishes up with actual examples of DBI in a MySQL context.
url: www.danchan.com/feature/2000/10/16/mysql/mysql.htm
Just Enough DBI to be Dangerous
Slides and sample code from a talk given by Bradford Powell at a Raleigh Perl Mongers meeting.
url: raleigh.pm.org/dbi/
Michael Peppler's Home Page
Sybperl (the Sybase OpenClient extensions to Perl) and DBD::Sybase information
url: www.mbay.net/~mpeppler/
MySQL and Perl for the Web
Official site for the book by Paul DuBois. Includes table of contents, errata, downloads, and a sample chapter in PDF format.
url: www.kitebird.com/mysql-perl/
O'Reilly: Programming the Perl DBI
Information about the book by Alligator Descartes and Tim Bunce. Includes the full text of the "Programming with the DBI" chapter.
url: www.oreilly.com/catalog/perldbi/
Perl/DBI/DBD FAQ
Advice on using the DBI Proxy Architecture to access Win32 databases from UNIX machines.
url: tlowery.hypermart.net/perl_dbi_dbd_faq.html
Win32::ODBC for Perl
Newsgroup home, FAQ, Documentation.
url: www.roth.net/perl/odbc/
Perl.com: DBIx::Recordset vs. DBI
Terrance Brannon argues that DBI should not be the interface for most Perl applications requiring database functionality.
url: www.perl.com/pub/a/2001/02/dbix.html