Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: stored procedure


Message #1 by "Monique Angelich" <mangelich@m...> on Thu, 20 Sep 2001 21:44:01 -0400
In one of my stored procedures, I have two t-sql statements. The first is an

update command and the second is a select. When I take out the update, the

select returns a recordset just fine. When I leave in the update, select

doesn't work. However, update still works.

I even SET NOCOUNT ON, also.



Can anyone tell me what I am doing wrong?



Moe



Message #2 by irfan.syed@g... on Fri, 21 Sep 2001 12:00:39 +0800

Stored Procedure Source code please.




  Return to Index