from错误求帮忙改下啊

问题描述

from错误求帮忙改下啊

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:designvcproject专科医院门诊系统(眼科)db1.accdb";
    OleDbConnection con = new OleDbConnection();
    public 主界面()
    {
        InitializeComponent();
        button1.Click += new EventHandler(button1_Click);
        button2.Click += new EventHandler(button2_Click);
    }
    private void textbox1_TextChanged(object sender, EventArgs e)
    {
    }
    private void textbox2_TextChanged(object sender, EventArgs e)
    {
    }
    private void radioButton1_Checked(object sender, EventArgs e)
    {
    }
    private void radioButton2_Checked(object sender, EventArgs e)
    {
    }
    private void radioButton3_Checked(object sender, EventArgs e)
    {
    }
    private void radioButton4_Checked(object sender, EventArgs e)
    {
    }
    private void button1_Click(object sender, EventArgs e)
    {
        if (textbox1.Text != "" && textbox2.Text != "")
        {
            string sql = "select * from user where ID=" + textbox1.Text + " and [password]='" + textbox2.Text + "'";
            adapter = new OleDbDataAdapter(sql, str);
            OleDbCommandBuilder buider = new OleDbCommandBuilder(adapter);
            adapter.InsertCommand = buider.GetInsertCommand();
            table.Clear();
            adapter.Fill(table);
            if (table.Rows.Count > 0)
            {
                Form f3 = new Form3();
                f3.Show();
                this.Hide();
            }
            else
            {
                MessageBox.Show("用户名或密码不能空");
            }

        }
        if (radioButton1.Checked == true)
        {
            this.Hide();
            new 医生调取就诊号界面().ShowDialog();
        }
        else if (radioButton2.Checked == true)
        {
            this.Hide();
            new 挂号缴费选择界面().ShowDialog();
        }
        else if (radioButton3.Checked == true)
        {
            this.Hide();
            new 药房人员调取就诊号界面().ShowDialog();
        }
        else if (radioButton4.Checked == true)
        {
            this.Hide();
            new 医导查询界面().ShowDialog();
        }
    }
    private void button2_Click(object sender, EventArgs e)
    {
        textbox1.Text = textbox2.Text = string.Empty;
    }

    private void 主界面_Load(object sender, EventArgs e)
    {

    }

}

}

解决方案

user是关键字,加上方括号
[user]

解决方案二:

你的界面是什么样的?按了按钮了么?
if (radioButton1.Checked == true)有没有走到

解决方案三:

我给你看下我的界面和 access啊 截图给你

解决方案四:

form3是什么

    if (radioButton1.Checked == true)
    {
        this.Hide();
        new 医生调取就诊号界面().ShowDialog();
    }
    else if (radioButton2.Checked == true)
    {
        this.Hide();
        new 挂号缴费选择界面().ShowDialog();
    }
    else if (radioButton3.Checked == true)
    {
        this.Hide();
        new 药房人员调取就诊号界面().ShowDialog();
    }
    else if (radioButton4.Checked == true)
    {
        this.Hide();
        new 医导查询界面().ShowDialog();
    }
            看上去这些应该塞在
                        if (table.Rows.Count > 0)
        {
            Form f3 = new Form3();
            f3.Show();
            this.Hide();
        }
                    这个里面
时间: 2024-11-08 20:15:47

from错误求帮忙改下啊的相关文章

编程-是个C++打字游戏代码,新手,有很多错误,帮忙改下,谢谢,急用

问题描述 是个C++打字游戏代码,新手,有很多错误,帮忙改下,谢谢,急用 #include graphics.h #include conio.h #include time.h// 欢迎界面 #include iostream #include thread using namespace std; void welcome() { // 输出屏幕提示 cleardevice(); setcolor(YELLOW); setfont(50, 0, "黑体"); outtextxy(1

各位大神请帮忙,我对id对应关系和参数设置不怎么懂,所以求帮改下下列代码,谢谢

问题描述 各位大神请帮忙,我对id对应关系和参数设置不怎么懂,所以求帮改下下列代码,谢谢 下边是我JSP的代码,我想点击"其他参数设置"设置连接时跳到"其他参数设置"Edit的编辑里,而不是跳到List里.能不能帮我把这段代码的"其他参数设置"连接修改下. "其他参数设置"Edit编辑的网页参数是: http://localhost:8082/ym//Module/QTCSSZ/Edit.action?id=5&ifr

ie-究竟为什么网页排版错误?求帮忙测试下

问题描述 究竟为什么网页排版错误?求帮忙测试下 同样的ie11一样的设置,公司部分的浏览器显示是正常的,而部分的就会出现排版错位(css不能识别?)为什么会出现这样的原因 http://hd.eelly.com/2015-jinhuofabao-man1/index.html?1 解决方案 我这只有ie9但是因为没有比较不知道你说的排版错误具体指的是什么情况.希望你截个图更直观

jsp连接数据库一直报错,求帮忙看下,谢谢

问题描述 jsp连接数据库一直报错,求帮忙看下,谢谢 <%@page language=""java"" import=""java.util.*"" pageEncoding=""utf-8""%><%@page import=""java.sql.*""%><html><body><% St

语言-新手求帮忙看下这段代码的数据溢出问题,没有C币理解下(我是在CodeBlock10.05下运行的)

问题描述 新手求帮忙看下这段代码的数据溢出问题,没有C币理解下(我是在CodeBlock10.05下运行的) #include #include #include unsigned int Ex_secret[30]={11,4,120,75,170,204,90,59,78,49,//用0~255的数表示8位2进制,一共240位 148,248,190,137,0,9,17,91,174,105,45,124,177,205,57,97,194,155,120,36}; unsigned in

写servlet出现的问题。求帮忙查看下。

问题描述 写servlet出现的问题.求帮忙查看下. import java.io.IOException; import java.io.PrintWriter; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.*; public clas

哪位高手帮忙改下代码

问题描述 我用的是JSP+MSSQL2000但是不知道哪里错了,总是运行不了.帮忙改下请加我QQ:805013034大家帮忙啊~明天交论文~哎~ 解决方案 解决方案二:你要把代码发出来啊.解决方案三:UP你没有问题,让人怎么回答.解决方案四:明天交论文,今天才测试,没戏了.解决方案五:运行不起来,那也总的有个错,没错误谁能帮你看的了,问题想描述好,人家才知道怎么帮你看罗解决方案六:麻烦帮忙宣传下,代做毕业设计,收费低廉...QQ:16403200解决方案七:贴你的代码.....解决方案八:...

网页设计与开发-网页设计,有一段代码太冗长了,求帮忙优化下!!!感激不尽!!!

问题描述 网页设计,有一段代码太冗长了,求帮忙优化下!!!感激不尽!!! 在最底下的那一段script代码太冗长了,求帮忙优化下,感激不尽!!! 以下是己完成的代码: <!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> </head> <style> .explain_box{ float:lef

access-sql语句错误,帮忙看下问题在哪

问题描述 sql语句错误,帮忙看下问题在哪 update Chongzhi set JinE=(select JinE from Chongzhi where Id=12) where ID=1;access中 解决方案 http://www.jb51.net/article/53835.htm 解决方案二: (select JinE from Chongzhi where Id=12)的值单独发sql查出来,再作为参数传到update语句中 解决方案三: sql语句的错误 解决方案四: 我一般