|
 |
 |
 |
 |
 |
 |
 |
| • |
However,
when using the DBI Proxy Server, we
|
|
|
need
the DSN to connect through that instead
|
|
|
$dbh = DBI->connect(
"dbi:Proxy:hostname=fowliswester;port=3333; \
|
|
|
dsn=dbi:ODBC:megaliths”, ‘’, ‘’ );
|
|
|
| • |
( The
DSN above is split over the line-break for
|
|
|
|
readability.
In reality, it’s one long string! )
|
|
|
|