c#实验四数据库基本操作.pdf

上传人:ylj18****41534 文档编号:72067585 上传时间:2023-02-08 格式:PDF 页数:8 大小:553.19KB
返回 下载 相关 举报
c#实验四数据库基本操作.pdf_第1页
第1页 / 共8页
c#实验四数据库基本操作.pdf_第2页
第2页 / 共8页
点击查看更多>>
资源描述

《c#实验四数据库基本操作.pdf》由会员分享,可在线阅读,更多相关《c#实验四数据库基本操作.pdf(8页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、C C#实实验验四四数数据据库库基基本本操操作作(总总 7 7 页页)本页仅作为文档封面,使用时可以删除 This document is for reference only-rar21year.March太原工业学院计算机工程系太原工业学院计算机工程系报报 告告实实 验验课程名称课程名称姓姓名名实验名称实验名称实验目的及要求实验环境实验内容C#C#班级班级学号学号实验日期实验日期实验成绩实验成绩实验四 数据库基本操作1、掌握基本架构,能够通过 Connection 对象连接数据库。2、掌握通过 DataReader 进行数据查询的基本方法。3、掌握通过 DataAdapter 和 Data

2、Set 进行数据查询的基本方法。4、掌握通过 Command 对象进行数据操作的基本方法。5、能够通过 DataAdapter 进行数据库操作。Microsoft Visual Studio 20101.设计一个菜单系统;2.建立一个数据库,通过 Connection 对象连接数据库。3.通过 DataAdapter 和 DataSet 进行数据查询,通过 Command 对象进行数据操作,通过 DataAdapter 进行数据库操作,实现对数据的增删该查;4.要求界面友好。1.设计一个菜单系统界面;算法描述及实验步骤2.建立数据库 information;3.通过 Connection 对象

3、连接数据库;4.通过 DataAdapter 和 DataSet 进行数据查询;添加菜品:调试过程及实验结果查询菜品 02删除菜品 03总结附录通过本次实验,我了解到:1.设计思想是从数据库中读取数据到内存中,构成内存中的一个数据库。2.Connection 对象:建立与特定数据源的连接3.Command 对象:对数据源执行命令,公开 Parameters,并且可以从Connection 在 Transaction 的范围内执行4.DataReader 对象:从数据源中读取只进且只读的数据流5.DataAdapter 对象:用数据源填充 DataSet 并解析更新,DataAdapter是数据

4、提供程序与 DataSet 的接口namespace Form1public partial class menu:Form static string str=server=localhost;User Id=root;password=;Database=information;MSqlConnection mconn=new MSqlConnection(str);public menu()InitializeComponent();private void Form1_Load(object sender,EventArgs e)String sql=select*from jiben

5、xinxi;MSqlDataAdapter da=new MSqlDataAdapter(sql,mconn);DataSet ds=new DataSet();(ds,information);=ds;=information;0.HeaderText=菜号;1.HeaderText=菜名;2.HeaderText=价格;3.HeaderText=类别;4.HeaderText=备注;5.HeaderText=备注;();private void button1_Click(object sender,EventArgs e)new addmenu().Visible=true;();pri

6、vate void button3_Click(object sender,EventArgs e)string no=;if(no=)String sql1=Select*from jibenxinxi;MSqlDataAdapter da=new MSqlDataAdapter(sql1,mconn);DataSet ds=new DataSet();(ds,emploees);=ds;=emploees;();=;else string sql=(select*from jibenxinxi where no=0,no);MSqlDataAdapter mda=new MSqlDataA

7、dapter(sql,mconn);DataSet ds=new DataSet();(ds,emploees);=ds;=emploees;();=;private void button2_Click(object sender,EventArgs e)String name=String sql=(delete from jibenxinxi where name=0,name);MSqlCommand msqlcommand=new MSqlCommand(sql,mconn);();if()0)(删除成功!);String sql1=select*from jibenxinxi;MS

8、qlDataAdapter da=new MSqlDataAdapter(sql1,mconn);DataSet ds=new DataSet();(ds,emploees);=ds;=emploees;();namespace Form1public partial class addmenu:Form static string str=server=localhost;UserId=root;password=root;Database=information;MSqlConnection mcon=new MSqlConnection(str);public addmenu()Init

9、ializeComponent();private void button1_Click(object sender,EventArgs e)String s1=;String s2=;String s3=;String s4=;String s5=;String s6=;string constr=server=localhost;User Id=root;password=;Database=information;MSqlConnection mcon=new MSqlConnection(constr);();string sql=(insert into jibenxinxi val

10、ues(0,1,2,3,4,5),s1,s3,s,s4,s5,s6);MSqlCommand mcmd=new MSqlCommand(sql,mcon);tr if()0)(添加成功|!);=false;new menu().Visible=true;catch(Exception e1);();namespace Testclass Program static void Main(string args)string constr=server=localhost;UserId=root;password=root;Database=information;MSqlConnection mcon=new MSqlConnection(constr);();String sql=select*from jibenxinxi;MSqlCommand mcmd=new MSqlCommand(sql,mcon);();MSqlDataReader msr=();tr while()(菜号:0 菜名:1 价格:2 类别:3 备注:4 备注:5,msrno,msrname,msrprice,msrtpe,msrremark1,msrremark2);catch(Exception e1);finall ();();();

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 应用文书 > 工作报告

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁