毕业论文
计算机论文
经济论文
生物论文
数学论文
物理论文
机械论文
新闻传播论文
音乐舞蹈论文
法学论文
文学论文
材料科学
英语论文
日语论文
化学论文
自动化
管理论文
艺术论文
会计论文
土木工程
电子通信
食品科学
教学论文
医学论文
体育论文
论文下载
研究现状
任务书
开题报告
外文文献翻译
文献综述
范文
ASP.NET客户信息管理系统的开发(10)
int ppr2 = Convert.ToInt32(cmd2.ExecuteScalar());
string sq4 = "insert into kehu values('" + comboBox1.Text.Trim() + "','" + ppr + "','" + comboBox2.Text.Trim() + "','" + ppr1 + "','" + textBox1.Text.Trim() + "','" + ppr2 + "','" + textBox4.Text.Trim() + "','" + textBox2.Text.Trim() + "','" + textBox3.Text.Trim() + "','" + textBox5.Text.Trim() + "','" + textBox6.Text.Trim() + "','" + textBox7.Text.Trim() + "','" + textBox8.Text.Trim() + "','" + textBox9.Text.Trim() + "','" + textBox10.Text.Trim() + "','" + textBox11.Text.Trim() + "')";
SqlCommand cmd3 = new SqlCommand(sq4, conn);
cmd3.ExecuteNonQuery();
sqlClose();
MessageBox.Show("添加成功");
button3.Enabled = true;
}
图 3.8添加联系人
添加的联系人与之前添加的客户相对应,当然,也可以不用现在添加,可以从模块导航界面直接进入到添加联系人界面。
输入正确的联系人信息,按下“确认”键后,保存信息,若输入不完整,也会出现错误提示,并无法保存信息。
实现代码如下:
if (textBox1.Text == "" || textBox2.Text == "" || textBox3.Text == "" || textBox6.Text == "" || textBox9.Text == "")
{
MessageBox.Show("信息输入不完整,请检查");
return;
}
else
{
sqlConnect();
string sq = "select max(custormid) from kehu";
SqlCommand cmd = new SqlCommand(sq, conn);
int ppr = Convert.ToInt32(cmd.ExecuteScalar());
string sq1 = "select max(lianxirenid)+1 from lianxiren";
SqlCommand cmd1 = new SqlCommand(sq1, conn);
int ppr1 = Convert.ToInt32(cmd1.ExecuteScalar());
string sq2 = "insert into lianxiren values('" + ppr + "','" + textBox1.Text.Trim() + "','" + textBox2.Text.Trim() + "','" + textBox3.Text.Trim() + "','" + textBox4.Text.Trim() + "','" + textBox5.Text.Trim() + "','" + textBox6.Text.Trim() + "','" + textBox7.Text.Trim() + "','" + textBox8.Text.Trim() + "','" + textBox9.Text.Trim() + "','" +ppr1 + "','" + textBox10.Text.Trim() + "','" + textBox11.Text.Trim() + "')";
共23页:
上一页
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
下一页
上一篇:
《计算机基础》课程学生实验作业网络管理系统设计
下一篇:
Flash射击游戏设计+需求分析
银行行办公信息服务系统【1544字】
论信息技术茬外语教學中的應用【3270字】
计算机信息管理茬第三方...
电子商务中信息不對称问题研究【2365字】
用友NC信息系统的实施應用实践研究【3307字】
客户關系管理系统的发展与研究【1843字】
网络信息安全技术管理的...
承德市事业单位档案管理...
公寓空调设计任务书
志愿者活动的调查问卷表
中国学术生态细节考察《...
国内外图像分割技术研究现状
医院财务风险因素分析及管理措施【2367字】
10万元能开儿童乐园吗,我...
AT89C52单片机的超声波测距...
神经外科重症监护病房患...
C#学校科研管理系统的设计