资源简介
小的课程设计,c#+sql 如何运行里面有详细说明 包含源代码+文档
设计内容
1、 账户管理
2、 收支管理
3、 借贷管理
4、 信息查询和统计
代码片段和文件信息
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 PersonalFinance
{
public partial class addUser : Form
{
public addUser()
{
InitializeComponent();
}
private void button2_Click(object sender EventArgs e)
{
this.Close();
}
//新增用户
private void button1_Click(object sender EventArgs e)
{
string conStr = “Provider=Microsoft.Jet.OLEDB.4.0;Data Source=“ + Application.StartupPath + “\\PersonalFinance.mdb“;
OleDbConnection conn = new OleDbConnection(conStr);
conn.Open();
try{
if (textBox1.Text == ““)
{
MessageBox.Show(“请重新输入“ “用户名不可为空“ MessageBoxButtons.OK MessageBoxIcon.Information);
}
else
{
string name = textBox1.Text;
string psw1 = textBox2.Text;
string psw2 = textBox3.Text;
if (psw1 == ““)
MessageBox.Show(“请重新输入“ “密码为空“ MessageBoxButtons.OK MessageBoxIcon.Information);
else
{
if (psw1 == psw2)
{
string sql = null;
if (checkBox1.Checked)
{
sql =string.Format(“insert into [user]([username][password][yesorno]) values(‘{0}‘‘{1}‘true)“namepsw1);
}
else
{
sql = string.Format(“insert into [user]([username][password][yesorno]) values(‘{0}‘‘{1}‘false)“ name psw1);
}
OleDbCommand cmd = new OleDbCommand(sql conn);
cmd.CommandText = sql;
if ((MessageBox.Show(“是否增加“ “确认“ MessageBoxButtons.YesNo MessageBoxIcon.Question) == DialogResult.Yes))
{
if (cmd.ExecuteNonQuery() > 0)
{
MessageBox.Show(“返回“ “添加成功“ MessageBoxButtons.OK MessageBoxIcon.Information);
this.Close();
}
else
MessageBox.Show(“返回“ “添加失败“ MessageBoxButtons.OK MessageBoxIcon.Information);
}
}
else
{
MessageBox.Show(“请重新输入“ “重复密码不对!“ MessageBoxButtons.OK MessageBoxIcon.Information);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1643 2011-05-29 22:34 ASP课程设计\PersonalFinance.sln
..A..H. 48640 2011-05-30 00:04 ASP课程设计\PersonalFinance.suo
文件 9619 2011-05-29 23:21 ASP课程设计\PersonalFinance\changedata.Designer.cs
文件 4301 2011-05-29 23:21 ASP课程设计\PersonalFinance\changedata.cs
文件 155634 2011-05-29 23:45 ASP课程设计\PersonalFinance\Main.resx
文件 367 2011-05-22 22:43 ASP课程设计\PersonalFinance\Affirm.cs
文件 1177 2011-05-22 22:43 ASP课程设计\PersonalFinance\Affirm.Designer.cs
文件 5814 2011-05-22 22:43 ASP课程设计\PersonalFinance\Affirm.resx
文件 1 2011-05-22 22:43 ASP课程设计\PersonalFinance\ClassDiagram1.cd
文件 85407 2011-05-23 00:12 ASP课程设计\PersonalFinance\DataSet1.Designer.cs
文件 709659 2011-05-29 22:56 ASP课程设计\PersonalFinance\addUser.resx
文件 6842 2011-05-29 22:56 ASP课程设计\PersonalFinance\addUser.Designer.cs
文件 3477 2011-05-29 22:56 ASP课程设计\PersonalFinance\addUser.cs
文件 7801 2011-05-29 23:05 ASP课程设计\PersonalFinance\changeuser.Designer.cs
文件 4855 2011-05-29 23:05 ASP课程设计\PersonalFinance\changeuser.cs
文件 37755 2011-05-29 23:48 ASP课程设计\PersonalFinance\Main.cs
文件 6690 2011-05-29 23:22 ASP课程设计\PersonalFinance\PersonalFinance.csproj
文件 496 2011-05-22 22:43 ASP课程设计\PersonalFinance\Program.cs
文件 71645 2011-05-29 23:45 ASP课程设计\PersonalFinance\Main.Designer.cs
文件 17150 2011-05-23 00:12 ASP课程设计\PersonalFinance\DataSet1.xsd
文件 3 2011-05-23 00:12 ASP课程设计\PersonalFinance\DataSet1.xss
文件 213 2011-05-23 00:12 ASP课程设计\PersonalFinance\DataSet1.cs
文件 3 2011-05-23 00:12 ASP课程设计\PersonalFinance\DataSet1.xsc
文件 1362 2011-05-22 22:43 ASP课程设计\PersonalFinance\Properties\AssemblyInfo.cs
文件 2880 2011-05-22 22:43 ASP课程设计\PersonalFinance\Properties\Resources.Designer.cs
文件 5612 2011-05-22 22:43 ASP课程设计\PersonalFinance\Properties\Resources.resx
文件 1100 2011-05-22 22:43 ASP课程设计\PersonalFinance\Properties\Settings.Designer.cs
文件 249 2011-05-22 22:43 ASP课程设计\PersonalFinance\Properties\Settings.settings
文件 469801 2011-05-29 23:22 ASP课程设计\PersonalFinance\obj\x86\Debug\PersonalFinance.addUser.resources
文件 2802 2011-05-30 00:03 ASP课程设计\PersonalFinance\obj\x86\Debug\PersonalFinance.csproj.FileListAbsolute.txt
............此处省略71个文件信息
- 上一篇:药品管理系统c#编写的
- 下一篇:ArcEngine+C#基本功能很全的代码
相关资源
- Windows远程控制系统
- 大型比赛竞赛抽签系统 可打印 c# vs
- c#车牌识别系统附30张测试图片
- 试题库管理系统毕业论文(C#)源程序
- C#-数据库操作技术-员工管理系统
- ASP.NET+SQL Server 2008 实现的学生学籍管
- C#+SQLServer文档管理系统
- C#车牌识别系统.rar
- asp.net 在线聊天室系统源代码.rar
- C#完整工作流系统源码
- 基于c#的银行业务管理系统
- zw_ASP.NET通用权限管理系统源代码含文
- sql--家庭理财系统(c#版)
- ASP.NET考勤管理系统(毕业设计)
- C#三层酒店管理系统(完整源码,可根
- C#编写的一个电影购票系统
- c#服装店销售管理源码系统无限制全功
- 进销存仓库管理系统ASP.Net网站
- 基于ASP.NET网上服装销售系统源码
- OA系统+手机版源码t源代码
- 基于C#开发的企业工资管理系统
- asp.net+IIS+sqlserver选课系统毕业设计全
- 航空管理系统 asp.net
- 类似如鲁大师一样的一款系统优化的
- ASP.NET网上购物商城系统(源码)
- 网上选课系统 网页版 C# 开发 asp.net
- c#酒店管理系统235697
- c#影院系统大作业,班评第一名
- visual C#2005 管理系统开发经典案例 罗
- ASP.NET C#大学生就业管理系统
评论
共有 条评论