资源简介
实现简单的图书管理系统,完成前台的借阅,与后台的图书管理
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Timers;
using System.Data.OleDb;
namespace librarySystem
{
public partial class borrow : Form
{
public borrow()
{
InitializeComponent();
}
private void borrowBt1_Click(object sender EventArgs e)
{
readers readers=new readers();
DateTime td=new DateTime();
td=System.DateTime.Now;
if (txtBookid.Text == ““ || txtBookname.Text == ““ || txtReaderid.Text == ““ || txtReadername.Text == ““)
{
MessageBox.Show(“信息不完整!请完善信息......“);
}
else
{
readers.setbookid(Convert.ToInt32(this.txtBookid.Text));
readers.setbookname(this.txtBookname.Text);
readers.setreaderid(Convert.ToInt32( this.txtReaderid.Text));
readers.setreadername(this.txtReadername.Text);
readers.setborrowdata(td);
readers.setreturndata(td.AddDays(30));
string strConnection = “Provider=Microsoft.Jet.OleDb.4.0;Data Source=library.mdb“;
OleDbConnection mycon = new OleDbConnection(strConnection);
try
{
mycon.Open();
}
catch (OleDbException oledbe)
{
MessageBox.Show(oledbe.Message “连接失败对话框“);
return;
}
string sqlstr1 =“select * from reader where readerid=“ + readers.getreaderid() + “ and readername=‘“+readers.getreadername()+“‘“;
string sqlstr2 = “select * from book where bookid=“ + readers.getbookid() + “ and bookname=‘“+readers.getbookname()+“‘“;
string sqlstr3 = “select * from records where bookid=“ + readers.getbookid() + “ and readerid=“+readers.getreaderid()+““;
OleDbCommand cmd1 = new OleDbCommand(sqlstr1 mycon);
OleDbCommand cmd2 = new OleDbCommand(sqlstr2 mycon);
OleDbCommand cmd3 = new OleDbCommand(sqlstr3 mycon);
int count1 = Convert.ToInt32(cmd1.ExecuteScalar());
int count2 = Convert.ToInt32(cmd2.ExecuteScalar());
int count3 = Convert.ToInt32(cmd3.ExecuteScalar());
if (count1 <= 0)
{
MessageBox.Show(“读者信息库没有该学生信息,或者你输入的学好与用户名不一致,您无法借阅“);
}
if (count2 <= 0)
{
MessageBox.Show(“书库没有您要借阅的书目ID,或者你输入的数目编号与书名不一致,请查证后再借阅“);
}
else
{
if (count3 > 0)
{
MessageBox.Show(“您已经借阅了本书,不能再借“);
}
else
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 403 2009-06-08 10:50 librarySystem\librarySystem\app.config
文件 495616 2009-06-23 08:47 librarySystem\librarySystem\bin\Debug\library.mdb
文件 294912 2009-06-23 11:31 librarySystem\librarySystem\bin\Debug\librarySystem.exe
文件 403 2009-06-08 10:50 librarySystem\librarySystem\bin\Debug\librarySystem.exe.config
文件 114176 2009-06-23 11:31 librarySystem\librarySystem\bin\Debug\librarySystem.pdb
文件 5632 2005-12-08 14:51 librarySystem\librarySystem\bin\Debug\librarySystem.vshost.exe
文件 403 2009-06-08 10:50 librarySystem\librarySystem\bin\Debug\librarySystem.vshost.exe.config
文件 4362 2009-06-23 11:29 librarySystem\librarySystem\borrow.cs
文件 11416 2009-06-23 11:29 librarySystem\librarySystem\borrow.Designer.cs
文件 42295 2009-06-23 11:29 librarySystem\librarySystem\borrow.resx
文件 4034 2009-06-22 18:06 librarySystem\librarySystem\contr.cs
文件 15735 2009-06-22 18:06 librarySystem\librarySystem\contr.Designer.cs
文件 10574 2009-06-22 18:06 librarySystem\librarySystem\contr.resx
文件 441 2009-06-22 17:34 librarySystem\librarySystem\dools.cs
文件 61441 2009-06-08 10:50 librarySystem\librarySystem\libraryDataSet.Designer.cs
文件 3 2009-06-08 10:50 librarySystem\librarySystem\libraryDataSet.xsc
文件 19942 2009-06-08 10:50 librarySystem\librarySystem\libraryDataSet.xsd
文件 3 2009-06-08 10:50 librarySystem\librarySystem\libraryDataSet.xss
文件 5388 2009-06-23 11:29 librarySystem\librarySystem\librarySystem.csproj
文件 2343 2009-06-22 18:06 librarySystem\librarySystem\login.cs
文件 8090 2009-06-23 10:36 librarySystem\librarySystem\login.Designer.cs
文件 133749 2009-06-23 10:36 librarySystem\librarySystem\login.resx
文件 791 2009-06-23 11:29 librarySystem\librarySystem\login2.cs
文件 4419 2009-06-23 11:29 librarySystem\librarySystem\login2.Designer.cs
文件 134099 2009-06-23 11:29 librarySystem\librarySystem\login2.resx
文件 24616 2009-06-23 11:29 librarySystem\librarySystem\obj\Debug\librarySystem.borrow.resources
文件 3058 2009-06-23 10:07 librarySystem\librarySystem\obj\Debug\librarySystem.contr.resources
文件 1140 2009-06-23 11:31 librarySystem\librarySystem\obj\Debug\librarySystem.csproj.GenerateResource.Cache
文件 294912 2009-06-23 11:31 librarySystem\librarySystem\obj\Debug\librarySystem.exe
文件 85772 2009-06-23 10:36 librarySystem\librarySystem\obj\Debug\librarySystem.login.resources
............此处省略31个文件信息
- 上一篇:IPAD2点位图
- 下一篇:2018中国人工智能白皮书简版
相关资源
- 图书销售管理系统完美版含前后台操
- 移动小商城:基于node,包含前后台小
- 安卓app实现前后台通信案例二手车交
- SSM前后台分离项目
- 一个美食网站的源码 包括前后台
- 宠物店涵盖前后台源码以及数据库
- 理发店网上发型设计预约系统
- ssh框架开发的个人博客系统前后台.
- express-ffmpeg云转码程序带前后台管理
- 最新大厅H5牛牛棋牌源码开源稳定运营
- 医院挂号管理系统 前后台 可预约
- 基于Springboot的博客系统前后台.zip
- 物流管理系统源码
- 物流项目前后台代码都有
- MVC个人博客前后台(附过程手册)
- ssh框架开发的个人博客系统前后台
- 公交站系统有前后台
- 易买网前后台素材+源码
- 基于SSH框架的在线学堂分前后台
- 前后台数据交互的方式图解
- 具备前后台的Delphi客房管理系统
- RSA前后台加密解密案例SSM
- nc65前后台数据库操作的用法
- 微信小程序前后台交互资料+demo
- VUE角色权限用户菜单模块前后台.rar
- 社区-电商-前后台通用原型
- 圆盘抽奖,
- spring mvc 初始环境搭建,前后台数据的
评论
共有 条评论