信息管理系统

操作方法

  • 01

    using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.Sql; using System.Data.SqlClient; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApplication2 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { // TODO: 这行代码将数据加载到表“大佬DataSet.Table_1”中。您可以根据需要移动或删除它。 this.table_1TableAdapter.Fill(this.大佬DataSet.Table_1); } string connstr = "Data Source=.;Initial Catalog=大佬;Integrated Security=True"; private void button1_Click(object sender, EventArgs e) { string sql = "insert into Table_1 values('" + this.textBox1.Text + "','" + this.textBox2.Text + "','" + this.textBox3.Text + "')"; SqlConnection conn = new SqlConnection(connstr); SqlCommand comm = new SqlCommand(sql, conn); comm.Connection.Open(); SqlDataAdapter da = new SqlDataAdapter(sql, conn); SqlCommand command = new SqlCommand("select * from Table_1", conn); SqlDataAdapter dan = new SqlDataAdapter("select * from Table_1", conn); DataTable dt = new DataTable(); dan.Fill(dt); this.dataGridView1.DataSource = dt; comm.ExecuteNonQuery(); } private void button2_Click(object sender, EventArgs e) { string check = "update Table_1 ID='" + this.textBox2.Text + "',name'" + this.textBox3.Text + "'  sex='" + this.textBox1.Text + "'"; SqlConnection conn = new SqlConnection(connstr); SqlCommand comm = new SqlCommand(check, conn); comm.Connection.Open(); SqlDataAdapter da = new SqlDataAdapter(check, conn); DataTable dt = new DataTable(); da.Fill(dt); comm.Connection.Close(); } private void button3_Click_1(object sender, EventArgs e) { string sql = "insert into Table_1 values('" + this.textBox1.Text + "','" + this.textBox2.Text + "','" + this.textBox3.Text + "')"; SqlConnection conn = new SqlConnection(connstr); SqlCommand comm = new SqlCommand(sql, conn); comm.Connection.Open(); SqlDataAdapter da = new SqlDataAdapter(sql, conn); SqlCommand command = new SqlCommand("select * from Table_1", conn); SqlDataAdapter dan = new SqlDataAdapter("select * from Table_1", conn); DataTable dt = new DataTable(); dan.Fill(dt); this.dataGridView1.DataSource = dt; this.textBox4.Text = dt.Rows[0][0].ToString(); this.textBox5.Text = dt.Rows[0][1].ToString(); //this.label4.Text = dt.Rows[0][3].ToString(); comm.Connection.Close(); } } }

(0)

相关推荐

  • 时代网站信息管理系统怎么安装 SDCMS 2.3怎么用

    操作方法 01 现在有很多朋友用的网站后台系统为时代网站信息管理系统(简称:SDCMS) 下面介绍程序版本为SDCMS 2.3的运行环境.安装注意事项以及如何安装: 一.运行环境 1.Internet ...

  • 医院管理软件|医院管理系统

    电脑软件 01 名称: 标准医院管理系统 02 大小: 295MB 版本: V2.0 类别: 其他 语言: 中文 03 应用平台: Win2000/2003/XP/Vista/Win7/Win8 概述 ...

  • 什么是BSS.OSS和MSS 说明

    BSS:Business support system 业务支撑系统 OSS:Operation support system 运营支撑系统 MSS:Management support System ...

  • 综合布线实例 医院综合布线系统建设时需要注意的事项

    在分析医院信息网络传输平台特点的基础上,提出医院信息网络传输平台综合布线系统规划建设的几点意见。即如何针对高度复杂的医院信息网络的高性能、高稳定、高管理要求,通过选择适合产品,构建合理系统架构,使其达 ...

  • 实例解析 校园综合布线常见故障排查及解决方法

    校园网为高校数字化校园创造了一个良好的支撑环境,在行政管理、科学研究、人才培养、学科建设和师生员工的课余生活等方面产生了深远的影响.随着校园网的不断建设以及高校扩招,网络用户日益增长,网络故障所带来的 ...

  • 超级课程表是什么 怎么使用超级课程表

    超级课程表是一款以课程表为基础而展开的校园社交软件,面向高校大学生。其功能不仅能够帮助大学生查阅各个大学的课程信息(包括课程时间、授课地点、任课老师),还可以将自己的课程安排发布到应用中,与好友分享。 ...

  • 布线过程中避免10个主要错误

    综合布线是一种模块化的、灵活性极高的建筑物内或建筑群之间的信息传输通道。通过它可使话音设备、数据设备、交换设备及各种控制设备与信息管理系统连接起来,同时也使这些设备与外部通信网络相连的综合布线。 那么 ...

  • 校园综合布线故障排查及解决方法

    随着我国教育信息化的深入,各高等院校的网络建设发展日趋完善。经过十余年的建设,高校校园网覆盖面迅速扩大,建设水平逐步提高,应用面不断扩展,如今的校园网已和广大师生的工作、学习和生活紧密联系在一起。一方 ...

  • 什么叫办公软件,常用办公软件都有哪些?

    什么叫办公软件? 办公自动化这个词大家都很熟悉,其英文名为Office Automation,简称OA。80年代初,当国内电脑技术日渐普及的时候,办公自动化几乎就是电脑应用的代名词,许多单位或个人购买 ...