qq_27410413 2015-04-23 12:49 采纳率: 0%
浏览 1469

进来看看啦,帮小弟看看问题 ,解决下啊

图片说明
图片说明
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
{

    public 挂号界面()
    {
        InitializeComponent();
        button1.Click += new EventHandler(button1_Click);
        button2.Click += new EventHandler(button2_Click);
        button3.Click += new EventHandler(button3_Click);

    }


    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 ;
        OleDbConnection conn = new OleDbConnection();
        conn.ConnectionString = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=E:\design\vc\project\专科医院门诊系统(眼科)\db1.accdb";
        conn.Open();
        string str = "insert into patient (ID,名字,年龄,性别,电话号码,科室) values ((+ a + ,'" + b + "', + c + ,'" + d + "', + f + ,'" + g + "')";
        OleDbCommand cmd=new OleDbCommand();
        cmd.Connection=conn;
        cmd.CommandText=str;
        cmd.ExecuteNonQuery();
        cmd.Dispose();
        conn.Close();
        conn.Dispose();
        MessageBox.Show("挂号成功");
    }
    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条回答 默认 最新

  • threenewbee 2015-04-23 12:53
    关注

    "insert into patient (ID,名字,年龄,性别,电话号码,科室) values ( "+ a + ",'" + b + "', + c + ,'" + d + "', + f + ,'" + g + "')";
    一个是多了括号,你没有改
    一个是,你少了引号,a被当作了字符串的一部分。
    难道你没看出,a是红色的,而其它变量是黑色的么

    评论

报告相同问题?

悬赏问题

  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办
  • ¥15 kylin启动报错log4j类冲突
  • ¥15 超声波模块测距控制点灯,灯的闪烁很不稳定,经过调试发现测的距离偏大
  • ¥15 import arcpy出现importing _arcgisscripting 找不到相关程序
  • ¥15 onvif+openssl,vs2022编译openssl64