存储过程在SQL测试

举例:
declare @ReturnValue int
exec pub_Members_Insert 'malicious','123','123@11.com','123','123','123','http://we1w.com','123','123',@ReturnValue output
print  @ReturnValue
posted @ 2007-12-27 11:59  Amo  阅读(328)  评论(0)    收藏  举报