摘要:
ExecuteNonQuery用于执行不返回任何记录的SQL语句或存储过程。在数据库执行如更新、插入、删除操作时,应使用这个方法。ExecuteNonQuery返回一个整数值,用来说明受查询语句影响的行数。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--... 阅读全文
摘要:
标准的代码如下:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--sqlCommandcommand=newsqlCommand();command.Connection=connection;command.CommandText="GetStoreP... 阅读全文
摘要:
读取<connectionStrings>区块连接字符串设置值Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--stringconn1= ConfigurationManager.ConnectionStrings["LocalSqlServ... 阅读全文