摘要: 要在C#中使用存储过程,首先看看test表的创建sql语句:create table test55 ( uid int identity(1,1), class1 varchar(20), class2 varchar(20), uname varchar(20), birth smalldatetime, meno varchar(50) ) alter table test55 add con... 阅读全文
posted @ 2010-11-18 16:35 ccczqh 阅读(771) 评论(0) 推荐(0)