处理数据并发
摘要:
1、使用事务对象: 1SqlConnection conn = new SqlConnection(ConnectionString); 2 SqlCommand cmd = new SqlCommand("delete from table_a where bh=1",conn); 3 SqlTransaction Trans... 阅读全文
posted @ 2007-02-04 13:15
YQM
阅读(468)
评论(0)
推荐(0)
浙公网安备 33010602011771号