上一页 1 ··· 7 8 9 10 11
摘要: T_sql语句:create proc [dbo].[getdatas]@tid nvarchar(100),@name nvarchar(100) output as beginselect @name=Buyer_info from boby_info where tid=@tidendC# ADO.NET 后台调用 static void hh() { SqlConnection conn = new SqlConnection(); conn.ConnectionString = "server=.;database=Manag... 阅读全文
posted @ 2013-07-20 17:07 JasonGu0 阅读(389) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11