[求助]如何检索数字
tring str=this.textBox1.Text;
SqlCommand sc=new SqlCommand("SELECT * FROM 书籍 where 类型==str",this.sqlConnection1);
this.sqlDataAdapter1.SelectCommand=sc;
this.sqlDataAdapter1.Fill(this.dataSet11);
如何进行修改!
各位大哥帮你忙啊!
2006-03-16 16:24
2006-03-16 16:36
2006-03-16 21:55
2006-03-17 14:13
2006-03-17 22:01

2006-03-18 09:23
老大.你这样还是不行啊
2006-03-18 21:05
2006-03-18 21:05