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
 SQL Server Development (2000)
 Capturing stored procedure' return value in my asp

Author  Topic 

PeterG
Posting Yak Master

156 Posts

Posted - 2001-11-08 : 16:50:19
In my SP, I return a bit value. How do I capture this return value now in my asp page. I use command.execute to run this SP from my asp page.

   

- Advertisement -