你可以在DataSet ds = conAcc.fenye(str_sql);这句代码后面加个判断if(ds.Table[0].Rows.Count==0)//绑定之前就判断从数据库中是否有数据{ //做处理!}
throw new exception ("test");
.net 检查异常的方式有2种,try{}catch{}块,和throw. 你这种情况适合用throw