Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Sending a hash to a stored proc

by JanneVee (Friar)
on Sep 24, 2000 at 20:39 UTC ( [id://33849]=note: print w/replies, xml ) Need Help??


in reply to Sending a hash to a stored proc

The question is quite unprecise... How do you try to pass the hash to the exec call?

/JanneVee

Replies are listed 'Best First'.
RE: Re: Sending a hash to a stored proc
by vipinh (Novice) on Sep 25, 2000 at 04:14 UTC
    Hi, I use the Win32::ODBC , and use the SQL function like this
    $sqlstatement = "EXECUTE TestProcedure " . hash-name
    $db->Sql($sqlstatement);

    i also tried using the Run function instead of the Sql function, but no difference What am i doing wrong ? Does Perl not supprt connecting to Microsoft SQL Server 7 ?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-19 22:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found