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)
 Procedure return output to ASP form

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-03-07 : 08:18:38
Prasanth writes "I want a procedure to validate 2 values and return a true or false result to myn ASP form.I tried with a normal procedure code but it does not give me the out put it just says that The command is succesfully executed"

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2005-03-07 : 09:48:15
Are you returning the value from the stored procedure as a Return Code, Output variable, or Select? what code are you using to look for the value from your ASP code?

Be One with the Optimizer
TG
Go to Top of Page
   

- Advertisement -