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 ?