Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: DBD::ODBC not support

by Bheema_Tyco (Novice)
on May 12, 2010 at 10:47 UTC ( [id://839605]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my $SQL = "UPDATE kcrei_batch_job_history SET
                                rows_added = ?,
                                status = 'C',
    ...
                            WHERE
                                master_job_no = ? AND
                                master_job_sub_no = ?";
    
  2. or download this
    my $sth = $dbh->prepare( $SQL )
            or die "Couldn't prepare statement: " . $dbh->errstr;
     
    ...
            outputErrorMessage( "$@" );
            outputErrorMessage( "$sth->{Statement}" );
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://839605]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-24 20:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found