我用ADOStoredProc1连接的存储过程:
CREATE  PROCEDURE haoliao
@lsh as varchar(20),@cbh as varchar(10)
AS
update wlda set kcsl=kcsl-pf.yl*xfjlb.ls_sl from wlda,pf,xfjlb where xfjlb.ls_sx='3' and pf.cpbh=@cbh and wlda.wlbh=pf.wlbh and xfjlb.lsh=@lsh
insert into xfwh select xfjlb.ls_zh, getdate(), xfjlb.ls_cbh, xfjlb.ls_sl, pf.wlbh, pf.yl,wlda.ckpjdj, xfjlb.ls_cw, xfjlb.ls_cw, xfjlb.lsh
       from xfjlb, pf,wlda
       where xfjlb.ls_sx='3'and pf.cpbh=@cbh and xfjlb.lsh=@lsh and wlda.wlbh=pf.wlbh and xfjlb.ls_cbh=@cbh
GO
一激活怎么老师提示不能返回结果集什么意思