Proxying Data Flow ( cont. )
At this stage, all database calls are routed to the
proxy server who will forward them to the
database
All returned data and other information from the
database is then transmitted back to the Perl
script
Therefore, this system allows us to access
remote databases via raw TCP/IP without
requiring special client/server software to be
installed
DBI: The Neophyte's Guide
69