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 ?