Data Sources
Data Sources define at least two things:
The underlying database type to which we wish to
connect
The name or location of that database
Data Source strings are usually defined as
 dbi:database_type:database_location:key=value;...
DBI: The Neophyte's Guide
27