感谢您的帮助。
谢谢!
我正在尝试这段代码,但是我不知道如何将其链接到按钮:
Dim rs
Call GetdbConnection()
With cmd
.namedParameters=true
.Commandtext = adCmdStoredProc
.CommandType = "dbo.Up_GetMaxWeightedScores"
.Parameters.Append.CreateParamete("@asof_date",adInteger,adParamInput, 50, asof_date)
.Execute
End with
Set rs = cmdObj.Execute
%>