Help for this page

Select Code to Download


  1. or download this
    my @books = qw(1 2 3 4 5);
    my $sql = qq(insert into temp_selectedTitles values (?));
    ...
    
    #this returns the error 'DBD::Oracle::st execute_array failed: 0 bind 
    +values supplied but 1 expected...'
    my $tuples = $sh->execute_array({\ArrayTupleFetch=>$sh});
    
  2. or download this
    table temp_selectedTitles
    
    ...
    3
    4
    5