• Just as a note, PRINT statements sometimes apear in the errors collection.

    PRINT statements in SQL Server can also populate the ADO errors collection. However, PRINT statements are severity level zero (0) so, at least one RAISERROR statement is required in the stored procedure to retrieve a PRINT statement with ADO through the Errors collection.

    http://support.microsoft.com/kb/194792/en-us

    Best Regards,

    Chris Büttner