所有字段最好都用[] 括起来:

string sqlUpdate = "update UserInfo set [password] = '" + pass + "',[email] = '" + txt_email.Text + "',[realName] = '" + txt_realName.Text + "',[phone] = '" + txt_phone.Text + "' where [username] = '" + name + "';";

最新文章

  1. jQuery 2.0.3 源码分析 数据缓存
  2. B:Wordpress不同分类调用不同的模板
  3. 第一个C语言程序
  4. HTML5列表、块和布局
  5. 如何解决grails2.3.2中不能运行fork模式
  6. Bzoj 2186: [Sdoi2008]沙拉公主的困惑 乘法逆元,线性筛,欧拉函数,数论
  7. ural1018(树形dp)
  8. Ubuntu 14.4 使用中遇到的问题汇总
  9. jquery实现上下滑动选择
  10. 20165306 Exp4 恶意代码分析
  11. PHP对接淘宝客api完成APP引流优惠券
  12. netbeans连接数据库SQLserver2008
  13. 1209 -The MySQL server is running with the --read-only option
  14. 理解JVM模型
  15. 【入门详解】MyBatis入门基础详解
  16. Android 动画fillAfter和fillBefore
  17. MySQL配置和启动
  18. JS与原生OC/Swift相互调用总结
  19. HihoCoder - 1636 Pangu and Stones(区间DP)
  20. lamp环境的搭建和配置

热门文章

  1. Spring学习和应用
  2. BZOJ 3796 Mushroom追妹纸 哈希+二分(+KMP)
  3. Django组件-cookie,session
  4. LCS(Longest Common Subsequence)
  5. Unity UGUI暂停按钮切换图片代码
  6. Python3基础(4)匿名函数、装饰器、生成器、迭代器、内置函数、json&pickle序列化、软件目录开发规范、不同目录间模块调用
  7. base、self标签
  8. 【web】movie review——静态页面训练、css训练
  9. spring mvc <mvc;resources>
  10. spring-framework-3.0.2RELEASE之后为啥没有依赖包了?