ASP调用存储过程??
dim rs
ss = "declare @rs int EXECUTE dbo.sp_reprototem " & usernum & "," &id&",@rs output select @rs rs"
Set exrs = conn.Execute(ss) //存储过程有两个返回值一个1 一个2
%>
rs:<%=exrs("rs")%> 但返一时运行正常,返回2时如下错误。
ADODB.Recordset 错误 '800a0cc1'
在对应所需名称或序数的集合中,未找到项目。