摘要:
全选一行的的属性是:SelectionMode = FullROwSelect; 阅读全文
摘要:
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 阅读全文
摘要:
windows系统默认连接:Data Source=.;Initial Catalog=Test;Integrated Security=Truesqlserver验证连接:server=.;database=Test;uid=sa;pwd=123456 阅读全文