2006年11月17日
摘要: SQL约束控制Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1)禁止所有表约束的SQLselect 'alter table '+name+' nocheck constraint all' from sysobjects where type='U... 阅读全文
posted @ 2006-11-17 17:17 Gary.han 阅读(4304) 评论(0) 推荐(0)
摘要: 程序中使用事务,处理无外键关系的表与表间的操作Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> //创建事务连接对象 SqlConnection myConn = new Sq... 阅读全文
posted @ 2006-11-17 16:53 Gary.han 阅读(420) 评论(0) 推荐(0)