第一范文网 - 专业文章范例文档资料分享平台

C#实验四 数据库基本操作

来源:用户分享 时间:2025/8/23 13:57:19 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

} private void button1_Click(object sender, EventArgs e) { String s1 = textBox1、Text; String s2 = textBox2、Text; String s3 = textBox3、Text; String s4 = textBox4、Text; String s5 = textBox5、Text; String s6 = textBox6、Text; string constr = \er=localhost;User Id=root;password=;Database=information\; MSqlConnection mcon = new MSqlConnection(constr); mcon、Open(); string sql = string、Format(\insert into jibenxinxi values('{0}','{1}','{2}','{3}’,’{4}’,'{5}')\, s1, s3, s, s4, s5, s6); MSqlmand mcmd = new MSqlmand(sql, mcon); tr { if (mcmd、ExecuteNonQuer() 〉 0) { MessageBox、Show("添加ó成功|!”); this、Visible = false; new menu()、Visible = true; } } catch(Exception e1) { Console、WriteLine(e1、Message); } mcon、Close(); } } } Test、cs namespace Test { class Program { static void Main(string[] args) { string constr = "server=localhost;User Id=root;password=root;Database=information"; MSqlConnection mcon = new MSqlConnection(constr); mcon、Open(); String sql = "select * from jibenxinxi”; MSqlmand mcmd = new MSqlmand(sql, mcon); mcmd、ExecuteNonQuer(); MSqlDataReader msr = mcmd、ExecuteReader(); tr { while (msr、Read()) { Console、WriteLine(”菜号:{0} 菜名:{1} 价格:{2} 类别: {3} 备注:{4} 备注:{5}”, msr["no”], msr["name”], msr["price"], msr[\], msr["remark1\], msr[”remark2”]); } } catch (Exception e1) { Console、WriteLine(e1、Message); } finall { msr、Close(); } mcon、Close(); Console、Read(); } } }

搜索更多关于: C#实验四 数据库基本操作 的文档
C#实验四 数据库基本操作.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c3dnt15308u06i7k4fff923x6i11g5t00rqm_2.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top