The proceeding document is the build log for the database proxy server
I am building,
incorporating Perl DBI modules in the proxy architecture.
Some preliminary information:
My paln is to connect a Microsoft Access Database Management
System (DBMS) with
an Oracle server. The latter has proven itself to be a
faster, more efficient, and more secure
architecture (see my notes on Oracle performance tuning) than
Access.
The purpose of the
proxy server is to port data on the Access into a text format,
to the Oracle server for manipu-
lation, then have the data ported back to Access again for report
generation.
DBD::ADO information (version 0.14)
DBD::Oracle information (version
1.03)
~~~~~~~~~~~~~~~~~~~~~~~~~~
Bibliography
Alligator Descartes & Tim Bunce, Programming the Perl DBI.
(Sebastopol,
CA:O'Reilly Press, 2000).
Randal Schwartz, Learning Perl (Sebastopol, CA: O'Reilly Press,
1997).
Larry Wall, Programming Perl (Sebastopol, CA: O'Reilly Press,
1998).