摘要: 引: 花了一上午才找到原因: 用OLEDB访问ACCESS时,含子查询的语句如: select ... from t1 where a=? and not exists (select * from t2 where b=t1.b and c=?) 第二个占位符(即子查询中的?)会先获取,因此 OleDbDataAdapter.SelectCommand.Parameters.Add(...... 阅读全文
posted @ 2007-03-20 15:07 未未 阅读(947) 评论(0) 推荐(0) 编辑
摘要: 当GridView里面有一个删除按钮时... 阅读全文
posted @ 2007-03-20 10:34 未未 阅读(1983) 评论(0) 推荐(1) 编辑