 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| • |
Prior
to attempting connection to database, you
|
|
|
|
can
check which drivers are available by calling
|
|
DBI->available_drivers()
|
|
|
| • |
This
returns a list of drivers you have installed
|
|
|
|
on
your system
|
|
|
| • |
Can
be used in conjunction with
|
|
|
|
DBI->data_sources( $driver_name )
|
|
|
which lists all available data sources
for that
|
|
|
|
driver
that the DBD can probe
|
|