Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Oracle Placeholder Problem in my Perl Script

by nobull (Friar)
on May 28, 2007 at 18:14 UTC ( [id://617866]=note: print w/replies, xml ) Need Help??


in reply to Oracle Placeholder Problem in my Perl Script

What could be the problem?
What are the symptoms? Does your code behave is some way other than you intended? If so what way?
my $query_records2 = $conn->prepare($mainquery) or die("Error on prepa +ring the sql statement2 \n"); $query_records2->execute() or die("Error on getting the data from QUER +YDETAIL \n");
Consider including the actual error ($DBI::errstr or the errstr() method) in your error messages. If you code is failing it can make much easy to figure out why.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-03-29 08:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found