收藏 分享(赏)

学生记录管理.doc

上传人:fmgc7290 文档编号:12321715 上传时间:2021-12-10 格式:DOC 页数:3 大小:33.50KB
下载 相关 举报
学生记录管理.doc_第1页
第1页 / 共3页
学生记录管理.doc_第2页
第2页 / 共3页
学生记录管理.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

1、using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;/using System.Data.OleDb;namespace WindowsApplication1public partial class Form1 : Form/1.连接对象OleDbConnection con;public Form1()InitializeComp

2、onent();private void Form1_Load(object sender, EventArgs e)trycon = new OleDbConnection();con.ConnectionString = “Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:students.mdb“;con.Open();/OleDbCommand/2. 数据命令对象 OleDbDataAdapterString s = “select * from students“;OleDbDataAdapter ad = new OleDbDataAda

3、pter(s, con);/3. 表格对象 DataTableDataTable dt = new DataTable();/4. 把数据填充到表格ad.Fill(dt);/5. 显示dataGridView1.DataSource = dt;catch (Exception exp) private void button1_Click(object sender, EventArgs e)private void button2_Click(object sender, EventArgs e)String name = textBox1.Text;try/OleDbCommand/2.

4、数据命令对象 OleDbDataAdapterString s = “select * from students“;if (name != “) s = s + “ where sname like '%“ + name + “%'“;OleDbDataAdapter ad = new OleDbDataAdapter(s, con);/3. 表格对象 DataTableDataTable dt = new DataTable();/4. 把数据填充到表格ad.Fill(dt);/5. 显示dataGridView1.DataSource = dt;catch (Exception exp) MessageBox.Show(exp.Message); private void Form1_FormClosing(object sender, FormClosingEventArgs e)/窗体关闭是执行con.Close();

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 企业管理 > 管理学资料

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报