Help for this page

Select Code to Download


  1. or download this
    dbiproxy --localport 3333 --logfile "STDERR"
  2. or download this
    dbiproxy --localport 3333 --logfile "STDERR" --compression gzip
  3. or download this
    #!/usr/local/bin/perl
    use DBI;
    
    ...
    $dbh = DBI->connect("dbi:Proxy:$proxy;$compression;dsn=$dsn")
           or die "\ndbiproxy Connect Failed:\n" .
                  "   proxy:$proxy;\n   dsn=$dsn\n   $compression\n\n";
    
  4. or download this
    DBI->connect(hostname=24.18.31.54;port=2222;compression=gzip;
    dsn=DBI:ODBC:HelpDesk) failed: Cannot log in to DBI::ProxyServer:
    Unexpected EOF from server at
    /usr/local/lib/perl5/site_perl/5.6.0/RPC/PlClient.pm line 83.
    
  5. or download this
    Thu Jul 12 00:27:08 2001 err, Child died: Unexpected EOF from
    client at C:/Perl/site/lib/RPC/PlServer.pm line 149.