Proxy Server Setup
DBI comes with a small program called
dbiproxy which is a small DBI proxy server
and can be run almost immediately
You must also install the appropriate modules
required to interact with the target database. For
example, if you want to fetch data from an
Access database, you must also install
DBD::ODBC
dbiproxy can now be started with a port number
as an argument:
   dbiproxy --localport 3333
DBI: The Neophyte's Guide
65