摘要:
全选一行的的属性是:SelectionMode = FullROwSelect; 阅读全文
posted @ 2013-07-22 12:08
秋日的私语(且行且珍惜)
阅读(126)
评论(0)
推荐(0)
摘要:
UserInsert ui = new UserInsert(); ui.ShowDialog();//ui.DialogResult if (ui.DialogResult == DialogResult.OK) { SqlConnection conn = new SqlConnection("Data Source=.;Initial Catalog=Test;Integrated Security=True"); conn.Open(); SqlDataAdapter da = new SqlDataAdapter("select id,name from 阅读全文
posted @ 2013-07-22 08:35
秋日的私语(且行且珍惜)
阅读(203)
评论(0)
推荐(0)
摘要:
windows系统默认连接:Data Source=.;Initial Catalog=Test;Integrated Security=Truesqlserver验证连接:server=.;database=Test;uid=sa;pwd=123456 阅读全文
posted @ 2013-07-22 08:34
秋日的私语(且行且珍惜)
阅读(188)
评论(0)
推荐(0)

浙公网安备 33010602011771号