其实很简单。
大家只需要在窗体上拖放一个datagridview 然后双击窗体空白处,在代码文件的Form1_Load事件中添加括号里的代码 private void Form1_Load(object sender, EventArgs e) { string strsql=”select * from stop where stop_id>5″;//查询语句。SqlConnection conn = new SqlConnection(“server=.;uid=sa;pwd=sa;database=BUSTWO”); SqlCommand cmd = new SqlCommand(strsql, conn); SqlDataAdapter da = new SqlDataAdapter(cmd); DataSet ds = new DataSet(); da.Fill(ds); dataGridView1.DataSource = ds.Tables[0]; } 即可,首页 >
怎样把数据库的表显示到datagridview中 – vue – 前端|
路由器怎么设置300台,电脑上怎么安装蓝牙,a6n137怎么测量怎样把数据库的表显示到datagridview中
有哪些好用的手机视频编辑软件或者好用的录屏软件吗 - vue - 前端| | 有哪些好用的手机视频编辑软件或者好用的录屏软件吗 - vue - 前端| ...