Subversion Repositories DevTools

Rev

Rev 227 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
This component is an attempt to provide an portable replacement for the Perl
2
DBI module as used by the Deployment scripts.
3
 
4
The file DBI.pm must be placed in PERL's INC path before the built-in modules.
5
The jar files MUST be placed in the same directory.
6
 
7
This version accepts SELECT requests on its STDIN and streams results out
8
STDOUT. It appears to be several orders of magnitude faster than the previous
9
effort for multiple queries as the connection is only established once.
10