Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Using perl dbi and Sybase IQ doing insert with placeholder getting datatype error

by ckbbkc (Novice)
on Sep 10, 2015 at 16:32 UTC ( [id://1141568]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $crTmpMRN = qq{create table #mrns (PAT_MRN_ID varchar(25))};
    $dbh->do($crTmpMRN);
    
    ...
    }
    close (MRNFILE);
    print '$fileRowCount: '.$fileRowCount."\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1141568]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-26 09:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found