in reply to Re: Sending a hash to a stored proc
in thread Sending a hash to a stored proc

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 ?
  • Comment on RE: Re: Sending a hash to a stored proc