欢迎来到天天文库
浏览记录
ID:9512420
大小:66.50 KB
页数:7页
时间:2018-05-02
《c#网络应用编程基础练习题与答案(八)》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、C#网络应用编程基础练习题与答案(八) 1.使用保持连接的方式编写程序,计算各年级平均成绩,并显示结果。 【解答】以下是引用片段: usingSystem; usingSystem.Collections.Generic; usingSystem.ponentModel; usingSystem.Data; usingSystem.Dra.Text; usingSystem.yDatabaseConnectionString; //根据连接字符串创建SqlConnection实例 SqlConnecti
2、onconn=neand实例,并设置SQL语句和使用的连接实例 Sqlmandcmd=neand(); cmd.mandText=selectsubstring(学号,1,2)as年级,avg(成绩)as平均成绩fromMyTable2groupbysubstring(学号,1,2); cmd.Connection=conn; try { conn.Open(); SqlDataReaderr=cmd.ExecuteReader(); s.Add(string.Format({0}级{1},r[0],r[1
3、])); } r.Close(); } catch(Exceptionerr) { MessageBox.Sho; usingSystem.Collections.Generic; usingSystem.ponentModel; usingSystem.Data; usingSystem.Dra.Text; usingSystem.yDatabaseConnectionString; //根据连接字符串创建SqlConnection实例 SqlConnectionconn=neand实例,并设置
4、SQL语句和使用的连接实例 Sqlmandcmd=neand(); cmd.mandText= Select学号,姓名,性别,成绩FromMyTable2essageBox.Shoessage,查询成绩失败); } finally { conn.Close(); } } } } 3.编写程序,以[编码]名称的样式在co123下一页[教育资源网]edu..,。mboBox1中显示MyTable1的内容。 【解答】以下是引用片段: usingSystem; usingSystem.Collecti
5、ons.Generic; usingSystem.ponentModel; usingSystem.Data; usingSystem.Dra.Text; usingSystem.yDatabaseConnectionString; //根据连接字符串创建SqlConnection实例 SqlConnectionconn=neand实例,并设置SQL语句和使用的连接实例 Sqlmandcmd=neand(); cmd.mandText=Select*FromMyTable1; cmd.Connection
6、=conn; try { conn.Open(); SqlDataReaderr=cmd.ExecuteReader(); s.Add(string.Format([{0}]{1},r[0],r[1])); } boBox1.SelectedIndex=0; r.Close(); } catch(Exceptionerr) { MessageBox.ShoMyTable2; SqlDataAdapteradapter=neMyTable2; SqlDataAdapteradapter=ne文本姓
7、名 xb文本性别 nl数字年龄 zip文本邮政编码 用编写代码的方法在DataGridVie; usingSystem.Collections.Generic; usingSystem.ponentModel; usingSystem.Data; usingSystem.Dra.Text; usingSystem..Data.SqlClient; namespace习题8_6_5 { publicpartialclassForm1:Form { publicForm1() { Initial
8、izeponent(); } privatevoidbutton1_Click(objectse上一页123下一页[教育资源网]edu..,。nder,EventArgse) { stringconnectionstring=Properties.Settings.Default.MyDatab
此文档下载收益归作者所有