sql 的小困惑
摘要:各位大神,有如下语句: select * from [MyTable1] cmd.CommandText = "update [MyTable2] set [成绩]=[成绩]-10 where [姓名]='张三玉'"; 困惑如下: 1.在表名称和字段外加[],是什么作用? 2.如果字段是int型,如果不加[],貌似以前总出错。加了貌似不出错。
阅读全文
posted @
2012-07-17 17:13
傲视群雄
阅读(114)
推荐(0)
观看 陈广 老师视频做的图像管理器,代码打包,给需要的朋友。
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.IO;namespace 图片管理器{ public partial class MainForm : Form { public MainForm() { InitializeComponent...
阅读全文
posted @
2012-07-02 21:37
傲视群雄
阅读(666)
推荐(0)