Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: executing a OSP with CGI

by cjcollier (Novice)
on Jul 15, 2003 at 21:17 UTC ( #274585=note: print w/replies, xml ) Need Help??


in reply to executing a OSP with CGI

Hmm.. For substitutions, I usually do this:
my $query = "exec OSP_FOO_BAR(?, ?, ?)"; my $sth = $dbh->prepare($query); $sth->execute($xvar, $yvar, $zvar);
This should make sure that the variables are insert with correct escape codes. Perhaps this will be enough?

Namaste

C.J.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2023-11-28 13:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?