为什么提示类型不正确,想试一下存储过程
songm 2005-01-22 10:29:17 Set dbcm = Server.CreateObject("ADODB.Command")
dbcm.activeconnection = dbconn
dbcm.commandtext = "user_manger"
dbcm.CommandType = adCmdStoredProc
为什么提示dbcm.CommandType = adCmdStoredProc类型不正确?
ADODB.Command 错误 '800a0bb9'
参数类型不正确,或不在可以接受的范围之内,或与其他参数冲突。