• 大小: 547KB
    文件类型: .rar
    金币: 2
    下载: 3 次
    发布日期: 2021-10-18
  • 语言: C#
  • 标签: 图书管理  

资源简介

图书管理系统c#=sql server2005 图书管理系统c#=sql server2005 图书管理系统c#=sql server2005 图书管理系统c#=sql server2005 图书管理系统c#=sql server2005 图书管理系统c#=sql server2005 图书管理系统c#=sql server2005 图书管理系统c#=+sql server2005

资源截图

代码片段和文件信息

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.SqlClient;

namespace 图书管理系统
{
    public partial class BORROW : Form
    {
        public BORROW()
        {
            InitializeComponent();
        }
        public string ConString = System.Configuration.ConfigurationSettings.AppSettings[“strconn“];
        DataSet ds = null;
        private void BORROW_Load(object sender EventArgs e)
        {
            this.textBox1.Text = DateTime.Now.ToString();
            SqlConnection conn = new SqlConnection(ConString);
            SqlDataAdapter da = new SqlDataAdapter(“select * from BookBorrowInfo“ conn);
            SqlDataAdapter da1 = new SqlDataAdapter(“select * from BookInfo where BookID = ‘“ + manager.strBookID + “‘“ conn);
            ds = new DataSet();
            DataSet ds1 = new DataSet();
            da1.Fill(ds1 “BookInfo“);
            da.Fill(ds “BookBorrowInfo“);
            this.dataGridView2.DataSource = ds1.Tables[“BookInfo“];
            this.dataGridView1.DataSource = ds.Tables[“BookBorrowInfo“];
        }

        private void btnSeach_Click(object sender EventArgs e)
        {
            SqlConnection conn = new SqlConnection(ConString);
            SqlDataAdapter da = new SqlDataAdapter(“select * from BookBorrowInfo“ conn);
            try
            {
                if ((this.textBox2.Text[0] >= ‘0‘) && (this.textBox2.Text[0] <= ‘9‘))
                {
                    da = new SqlDataAdapter(“select * from BookBorrowInfo where BookID = ‘“ + this.textBox2.Text + “‘or BookID like ‘“ + this.textBox2.Text + “%‘ “ conn);
                }
                else
                {
                    da = new SqlDataAdapter(“select * from BookBorrowInfo where stuName = ‘“ + this.textBox2.Text + “‘or stuName like ‘“ + this.textBox2.Text + “%‘“ conn);
                }
                ds = new DataSet();
                da.Fill(ds “BookBorrowInfo“);
                this.dataGridView1.DataSource = ds.Tables[“BookBorrowInfo“];
            }
            catch
            {
                MessageBox.Show(“查询无此项“ “提示“ MessageBoxButtons.OK MessageBoxIcon.Error);
            }
        }

        private void btnUpdate_Click(object sender EventArgs e)
        {
            SqlConnection conn = new SqlConnection(ConString);
            SqlDataAdapter da = new SqlDataAdapter(“select * from BookBorrowInfo“ conn);
            SqlCommandBuilder sb = new SqlCommandBuilder(da);
            da.Update(ds.Tables[“BookBorrowInfo“]);
        }

        private void btn_Click(object sender EventArgs e)
        {
            if (MessageBox.Show(“是否已将信息填入最下面的表格中?“ “提示“ MessageBoxButtons.YesNo) == DialogResult.Yes)
            {
                SqlConnection conn = new SqlConnection(ConString);
                

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        226  2011-04-22 22:47  图书管理系统\图书管理系统\App.config

     文件     516096  2008-07-26 09:25  图书管理系统\图书管理系统\bin\Debug\IrisSkin2.dll

     文件    1276720  2007-10-10 09:49  图书管理系统\图书管理系统\bin\Debug\Microsoft.Office.Interop.Excel.dll

     文件      64288  2007-10-10 09:49  图书管理系统\图书管理系统\bin\Debug\Microsoft.Vbe.Interop.dll

     文件     416544  2007-10-10 09:49  图书管理系统\图书管理系统\bin\Debug\office.dll

     文件      14547  2008-07-26 11:04  图书管理系统\图书管理系统\bin\Debug\OneOrange.ssk

     文件      32768  2010-09-25 23:19  图书管理系统\图书管理系统\bin\Debug\图书管理系统.exe

     文件        226  2011-04-22 22:47  图书管理系统\图书管理系统\bin\Debug\图书管理系统.exe.config

     文件      71168  2010-09-25 23:19  图书管理系统\图书管理系统\bin\Debug\图书管理系统.pdb

     文件      14328  2011-04-22 23:00  图书管理系统\图书管理系统\bin\Debug\图书管理系统.vshost.exe

     文件        226  2011-04-22 22:47  图书管理系统\图书管理系统\bin\Debug\图书管理系统.vshost.exe.config

     文件        490  2009-06-11 05:14  图书管理系统\图书管理系统\bin\Debug\图书管理系统.vshost.exe.manifest

     文件       5963  2010-09-25 23:19  图书管理系统\图书管理系统\BORROW.cs

     文件      19461  2010-09-25 23:19  图书管理系统\图书管理系统\BORROW.Designer.cs

     文件       9040  2010-09-25 23:19  图书管理系统\图书管理系统\BORROW.resx

     文件       1576  2010-09-25 23:09  图书管理系统\图书管理系统\Form1.cs

     文件       4342  2010-09-25 22:48  图书管理系统\图书管理系统\Form1.Designer.cs

     文件       6013  2010-09-25 22:48  图书管理系统\图书管理系统\Form1.resx

     文件       9128  2010-09-25 22:32  图书管理系统\图书管理系统\manager.cs

     文件      16078  2010-09-25 21:43  图书管理系统\图书管理系统\manager.Designer.cs

     文件      10236  2010-09-25 21:43  图书管理系统\图书管理系统\manager.resx

     文件      18776  2010-09-25 22:53  图书管理系统\图书管理系统\obj\Debug\ResolveAssemblyReference.cache

     文件        180  2010-09-25 23:19  图书管理系统\图书管理系统\obj\Debug\图书管理系统.BORROW.resources

     文件       6536  2011-04-22 23:00  图书管理系统\图书管理系统\obj\Debug\图书管理系统.csproj.FileListAbsolute.txt

     文件       1023  2010-09-25 23:19  图书管理系统\图书管理系统\obj\Debug\图书管理系统.csproj.GenerateResource.Cache

     文件      32768  2010-09-25 23:19  图书管理系统\图书管理系统\obj\Debug\图书管理系统.exe

     文件        180  2010-09-25 22:48  图书管理系统\图书管理系统\obj\Debug\图书管理系统.FrmLoad.resources

     文件        180  2010-09-25 22:48  图书管理系统\图书管理系统\obj\Debug\图书管理系统.manager.resources

     文件      71168  2010-09-25 23:19  图书管理系统\图书管理系统\obj\Debug\图书管理系统.pdb

     文件        180  2010-09-25 22:48  图书管理系统\图书管理系统\obj\Debug\图书管理系统.Properties.Resources.resources

............此处省略26个文件信息

评论

共有 条评论