2013年8月24日
摘要: // 使用命令构建器SqlCommandBuilder// SqlCmdBuilder.csusingSystem;usingSystem.Data;usingSystem.Data.SqlClient;namespaceCh13{classSqlCmdBuilder {staticvoidMain(string[] args) {stringstrConn ="server=.\\MSSQL20... 阅读全文
posted @ 2013-08-24 00:44 伊利丹 阅读(289) 评论(0) 推荐(0) 编辑
摘要: // 从数据库中删除数据// DelCmd.csusingSystem;usingSystem.Data;usingSystem.Data.SqlClient;namespaceCh13{classDelCmd {staticvoidMain(string[] args) {stringstrConn ="server=.\\MSSQL2012;integrated security=true;d... 阅读全文
posted @ 2013-08-24 00:29 伊利丹 阅读(409) 评论(0) 推荐(0) 编辑
摘要: // 把添加的新行保存到数据库// PersistAdds.csusingSystem;usingSystem.Data;usingSystem.Data.SqlClient;namespaceCh13{classPersistAdds {staticvoidMain(string[] args) {stringstrConn ="server=.\\MSSQL2012;integrated se... 阅读全文
posted @ 2013-08-24 00:10 伊利丹 阅读(199) 评论(0) 推荐(0) 编辑