随笔分类 -  数据库技术

这个存储过程返回的是什么阿?
摘要:ALTER PROCEDURE GetProductContent (@ProductID int, @ProductName char(20) output, @Introduction char(200) output )AS select @ProductName=[ProductName],@Introduction=[Introduction] from Product where [P... 阅读全文
posted @ 2006-08-11 19:41 Suntears 阅读(413) 评论(3) 推荐(0)

点击这里给我发消息