$sqlstatement = "EXECUTE TestProcedure " . hash-name
$db->Sql($sqlstatement);
but i get an error message.
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 ?