摘要:
今天用Access做数据库,调用OleDbDataAdapter.Update方法修改数据表内容,老是报错,并发冲突: UpdateCommand 影响 0 个记录。代码:[代码]调试检查了几次都没解决,最后把代码//updateCommand.Parameters.Add("@Column2",OleDbType.VarChar,50,"Column2");注释了,SQL改成update Tab... 阅读全文
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->UserTable userTable = new UserTable(); #region--------------- 取数据的方法 ----------... 阅读全文