标题:错误 3 运算符“+”无法应用于“string”类型的操作数
只看楼主
V小v
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2016-2-13
结帖率:0
已结贴  问题点数:20 回复次数:1 
错误 3 运算符“+”无法应用于“string”类型的操作数
int index_1 = listBox1.Text.IndexOf(":");//获取 :所在位置
                        string id_1 = listBox1.Text.Substring(0, index_1);
                        //int ic = Int32.Parse(id_1);
                        int index = comboBox1.Text.IndexOf("-->");//获取字符串中-->所在位置获取分类的id
                        string id = comboBox1.Text.Substring(0, index);//只获取-->之前的字符
                        string sql = "UPDATE linshiyizhu SET 住院号=" + textBox1.Text + ",姓名='" + textBox2.Text + "',性别='" + textBox3.Text + "',年龄=" + textBox4.Text + ",科室='" + textBox5.Text + "','药名='" + textBox7.Text + "',数量=" + textBox8.Text + ",每次用量=" + textBox10.Text + ",频次='" + textBox11.Text + "',用法='" + textBox9.Text + "',备注='" + textBox12.Text + "',cid=" + textBox6.Text + " WHERE 住院号" = +id_1;
2016-02-13 16:51
qq1023569223
Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19
来 自:湖南科技大学
等 级:贵宾
威 望:26
帖 子:2753
专家分:13404
注 册:2010-12-22
得分:20 
把'='写里面。
" WHERE 住院号=" + id_1;

   唯实惟新 至诚致志
2016-02-14 02:21



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-461684-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.262190 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved