摘要:
// 使用命令构建器SqlCommandBuilder// SqlCmdBuilder.csusingSystem;usingSystem.Data;usingSystem.Data.SqlClient;namespaceCh13{classSqlCmdBuilder {staticvoidMain(string[] args) {stringstrConn ="server=.\\MSSQL20... 阅读全文
posted @ 2013-08-24 00:44
伊利丹
阅读(299)
评论(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
伊利丹
阅读(422)
评论(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
伊利丹
阅读(207)
评论(0)
推荐(0)
浙公网安备 33010602011771号