Help for this page

Select Code to Download


  1. or download this
    my $condition = $oracle_connector->opts->condition;
    my @bind_values = ();
    ...
    my $sth = $db->prepare("SELECT COUNT(*) from CONNECTOR.$table$where");
    
    $sth->execute( @bind_values );  # works as intended if @bind_values is
    + empty