in reply to prepare_cached for DBI::Oracle
Sorry if this is too simplistic - can you provide any more detail of the problem?my $sql = 'select foo from bar'; my $sth; unless ($sth = $dbh->prepare_cached($sql)) { #raise an error, finish with this statement }
andy.
|
---|