qq_27410413 2015-04-23 11:29 采纳率: 0%
浏览 1518

adapter 从未被使用过

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.OleDb;

namespace 专科医院门诊系统_眼科_
{

public partial class 挂号界面 : Form
{
    OleDbDataAdapter adapter;
    DataTable table = new DataTable();
    string str = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=E:\design\vc\project\专科医院门诊系统(眼科)\db1.accdb";
    OleDbConnection con = new OleDbConnection();
    public 挂号界面()
    {
        InitializeComponent();
        con.ConnectionString = str;
    }

    private void button1_Click(object sender, EventArgs e)
    {
        挂号缴费选择界面 frm = new 挂号缴费选择界面();
        frm.Show();
        Hide();
    }
    private void button2_Click(object sender, EventArgs e)
    {
        string a = textBox1 .Text ;
        string b = textBox2 .Text ;
        string c = textBox3 .Text ;
        string d = textBox4 .Text ;
        string f = textBox5 .Text ;
        string g = textBox6 .Text ;
        OleDbCommand cmd = new OleDbCommand (@"insert into [patient](ID,名字,年龄,性别,电话号码,科室) values('"+a +"','"+b +"','"+c +"','"+f +"','"+g +"')", con);
        con.Open();
        cmd.Connection = con;
        cmd .ExecuteNonQuery();
        con.Close();
    }
    private void button3_Click(object sender, EventArgs e)
    {
        textBox1.Text = textBox2.Text = textBox3.Text = textBox4.Text = textBox5.Text = string.Empty;
    }
    private void 挂号界面_Load(object sender, EventArgs e)
    {

    }
}

}

求大神看看怎么改吧
图片说明
图片说明

  • 写回答

2条回答 默认 最新

  • bdmh 移动开发领域优质创作者 2015-04-23 11:33
    关注

    是啊,你的adapter根本就没有用

    评论

报告相同问题?

悬赏问题

  • ¥15 R语言 拟时序分析降维图如何减少分支
  • ¥15 Fluent齿轮搅油
  • ¥15 八爪鱼爬数据为什么自己停了
  • ¥15 交替优化波束形成和ris反射角使保密速率最大化
  • ¥15 树莓派与pix飞控通信
  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏