|
Dabbling in Live Databases: Microsoft Access
This tutorial covers the issue of connecting a Microsoft Access database to your website using Perl.
http://www.databasejournal.com/features/ms...
Just Enough DBI to be Dangerous
Slides and sample code from a talk given by Bradford Powell at a Raleigh Perl Mongers meeting.
http://raleigh.pm.org/dbi/
Perl.com: DBIx::Recordset vs. DBI
Terrance Brannon argues that DBI should not be the interface for most Perl applications requiring database functionality.
http://www.perl.com/pub/a/2001/02/dbix.htm...
DBD::ODBC Tutorial Part 1
Explains how to use drivers, data sources and make connections.
http://www.easysoft.com/developer/language...
Michael Peppler's Home Page
Home page of the author of sybperl, the Sybase OpenClient extensions to Perl.
http://www.peppler.org/
The Fine Art of Database Programming
An outline of database programming, with particular emphasis on Perl.
http://www.perlmonks.org/index.pl?node=The...
DBI Examples
Tips and discussion on basic DBI usage and optimizing DBI programs.
http://www.saturn5.com/~jwb/dbi-examples.h...
DBI - The Perl Database Interface
Official site includes documentation, mailing list information, and demonstrations.
http://dbi.perl.org/
Enabling ODBC support in Perl with Perl DBI and DBD::ODBC
How to build Perl DBI, add the DBD::ODBC module and use an ODBC driver in Perl scripts.
http://www.easysoft.com/developer/language...
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.
http://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.
http://www.oreilly.com/catalog/perldbi/
CGI Database Applications with Perl
Tutorial covering the strategies and technologies behind writing a database-driven CGI application.
http://www.rcbowen.com/imho/cgi-database/
MySQL and Perl DBI
An introduction to using the MySQL database using Perl DBI.
http://www.danchan.com/feature/2000/10/16/...
dbi-users@perl.org
Archive of the mailing list.
http://archive.develooper.com/dbi-users@pe...
|