Help for this page

Select Code to Download


  1. or download this
    my $dsn = "DBI:Proxy:hostname=$pghost;port=12400;dsn=DBI:Oracle:$pgdat
    +abase;
    use vars qw($conn);
    ...
    
            print "$sql1<BR>\n";
            my $sth1 = $conn->prepare($sql1);
    
  2. or download this
            $sth1->bind_param(1, $temp, 
    {ora_field => 'FILE_DATA', ora_type =>113 });
            $sth1->execute($temp);