c#网络应用编程基础练习题与答案(八)

c#网络应用编程基础练习题与答案(八)

ID:9512420

大小:66.50 KB

页数:7页

时间:2018-05-02

c#网络应用编程基础练习题与答案(八)_第1页
c#网络应用编程基础练习题与答案(八)_第2页
c#网络应用编程基础练习题与答案(八)_第3页
c#网络应用编程基础练习题与答案(八)_第4页
c#网络应用编程基础练习题与答案(八)_第5页
资源描述:

《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

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。