Proxy Client Setup
Connecting to the remote database is very
simple and is achieved by connecting via the
proxy server
For example, if you wished a local Perl script to
connect to the Access database, you would
write:
$dbh = DBI->connect( ‘dbi:ODBC:megaliths’, ‘’, ‘’ );
DBI: The Neophyte's Guide
66