 |
 |
 |
 |
 |
 |
 |
 |
 |
| • |
The
sequence of events is that the client script
|
|
|
|
will
connect typically via TCP/IP to the port of
|
|
|
|
the
DBI Proxy Server
|
|
|
| • |
The
proxy server will examine the incoming
|
|
|
|
DSN
and work out the database to connect to
|
|
|
| • |
The
proxy server will then call DBI->connect()
|
|
|
with
the subsidiary DSN and make the
|
|
|
connection
to the database
|
|