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