DBD::Proxy & DBI::ProxyServer
l Networking for Non-networked databases
l DBD::Proxy driver forwards calls over network to remote
DBI::ProxyServer
l No changes in application behavior
n Only the DBI->connect statement needs to be changed
l Proxy can be made completely transparent by setting the
DBI_AUTOPROXY environment variable
n So not even the DBI->connect statement needs to be changed!
l DBI::ProxyServer works on Win32
n Access to Access and other Win32 ODBC and ADO data sources
l Developed by Jochen Wiedmann
39