in reply to Re^2: Retrieving a result from a MS SQL Stored Procedure using DBI and ADO under Win32 Perl
in thread Retrieving a result from a MS SQL Stored Procedure using DBI and ADO under Win32 Perl

Thanks for sharing, i've got the same issue, and you can prepend SET NOCOUNT ON to your exec statement if you cannot modify the stored procedure.
  • Comment on Re^3: Retrieving a result from a MS SQL Stored Procedure using DBI and ADO under Win32 Perl