Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 PRINT Statement Appearing in Browser Window

Author  Topic 

shooper
Starting Member

2 Posts

Posted - 2004-10-25 : 09:20:49
Hello All:

I have a stored procedure with a few PRINT statements in it, which I use for displaying status messages to the Query Analyzer window.

This same procedure is called from an ASP page by the non-techie users. For some reason, starting last week, the first PRINT statement is now appearing in their browser window. The stored procedure does finish running though.

Does anybody know of some connection setting that could affect this? I'd rather not remove the code....

Thanks.

Kristen
Test

22859 Posts

Posted - 2004-10-25 : 09:30:01
Is something outputting the ADO Errors Collection to the user?

Kristen
Go to Top of Page

shooper
Starting Member

2 Posts

Posted - 2004-10-25 : 09:32:38
Nope. The ADO code is a simple Connection.Execute(<procedure name>).
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2004-10-25 : 12:33:49
Does something iterate the result set to display that to the user?

Kristen
Go to Top of Page
   

- Advertisement -