• 大小: 8.31MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-10
  • 语言: C#
  • 标签: C#  sql  

资源简介

大二实训做的一个连接SQL数据库的winform程序,使用了三层架构(说实话我也不太清楚到底能否称为三层架构,大神轻喷)实现了对数据库的增删查改和导出,由于连接字符串使用相对路径会出现一些问题,所以使用了绝对路径,运行需要将文件夹放在桌面,计算机用户名要为Administrator,不然会报错

资源截图

代码片段和文件信息

//------------------------------------------------------------------------------
// 
//     此代码由工具生成。
//     运行时版本:4.0.30319.42000
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// 

//------------------------------------------------------------------------------

#pragma warning disable 1591

namespace WindowsFormsApp1 {
    
    
    /// 
    ///Represents a strongly typed in-memory cache of data.
    ///

    [global::System.Serializable()]
    [global::System.ComponentModel.DesignerCategoryAttribute(“code“)]
    [global::System.ComponentModel.ToolboxItem(true)]
    [global::System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
    [global::System.xml.Serialization.xmlRootAttribute(“DBDataSet“)]
    [global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
    public partial class DBDataSet : global::System.Data.DataSet {
        
        private renliDataTable tablerenli;
        
        private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “15.0.0.0“)]
        public DBDataSet() {
            this.BeginInit();
            this.InitClass();
            global::System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
            base.Tables.Collectionchanged += schemaChangedHandler;
            base.Relations.Collectionchanged += schemaChangedHandler;
            this.EndInit();
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “15.0.0.0“)]
        protected DBDataSet(global::System.Runtime.Serialization.SerializationInfo info global::System.Runtime.Serialization.StreamingContext context) : 
                base(info context false) {
            if ((this.IsBinarySerialized(info context) == true)) {
                this.InitVars(false);
                global::System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
                this.Tables.Collectionchanged += schemaChangedHandler1;
                this.Relations.Collectionchanged += schemaChangedHandler1;
                return;
            }
            string strSchema = ((string)(info.GetValue(“xmlSchema“ typeof(string))));
            if ((this.DetermineSchemaSerializationMode(info context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
                global::System.Data.DataSet ds = new global::S

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-01-17 13:00  实训\
     目录           0  2018-01-17 13:00  实训\.vs\
     目录           0  2018-01-17 13:00  实训\.vs\程序\
     目录           0  2018-01-17 13:00  实训\.vs\程序\v15\
     文件      145408  2018-01-10 21:01  实训\.vs\程序\v15\.suo
     目录           0  2018-01-17 13:00  实训\.vs\程序\v15\Server\
     目录           0  2018-01-17 13:00  实训\.vs\程序\v15\Server\sqlite3\
     文件           0  2017-12-31 20:55  实训\.vs\程序\v15\Server\sqlite3\db.lock
     文件     1015808  2018-01-10 21:01  实训\.vs\程序\v15\Server\sqlite3\storage.ide
     目录           0  2018-01-17 13:00  实训\WindowsFormsApp1.BLL\
     目录           0  2018-01-17 13:00  实训\WindowsFormsApp1.BLL\bin\
     目录           0  2018-01-17 13:00  实训\WindowsFormsApp1.BLL\bin\Debug\
     文件        6144  2018-01-10 18:40  实训\WindowsFormsApp1.BLL\bin\Debug\WindowsFormsApp1.BLL.dll
     文件       22016  2018-01-10 18:40  实训\WindowsFormsApp1.BLL\bin\Debug\WindowsFormsApp1.BLL.pdb
     文件       11776  2018-01-10 18:40  实训\WindowsFormsApp1.BLL\bin\Debug\WindowsFormsApp1.DAL.dll
     文件       30208  2018-01-10 18:40  实训\WindowsFormsApp1.BLL\bin\Debug\WindowsFormsApp1.DAL.pdb
     文件        6656  2018-01-09 02:54  实训\WindowsFormsApp1.BLL\bin\Debug\WindowsFormsApp1.Models.dll
     文件       22016  2018-01-09 02:54  实训\WindowsFormsApp1.BLL\bin\Debug\WindowsFormsApp1.Models.pdb
     目录           0  2018-01-01 20:32  实训\WindowsFormsApp1.BLL\bin\Release\
     文件        1203  2018-01-09 02:33  实训\WindowsFormsApp1.BLL\gongziManage.cs
     文件        1247  2018-01-09 02:34  实训\WindowsFormsApp1.BLL\jiangfaManage.cs
     目录           0  2018-01-17 13:00  实训\WindowsFormsApp1.BLL\obj\
     目录           0  2018-01-17 13:00  实训\WindowsFormsApp1.BLL\obj\Debug\
     文件        6932  2018-01-09 02:31  实训\WindowsFormsApp1.BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件           0  2018-01-01 20:21  实训\WindowsFormsApp1.BLL\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
     文件           0  2018-01-01 20:21  实训\WindowsFormsApp1.BLL\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
     文件           0  2018-01-01 20:21  实训\WindowsFormsApp1.BLL\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
     目录           0  2018-01-01 20:21  实训\WindowsFormsApp1.BLL\obj\Debug\TempPE\
     文件           0  2018-01-10 18:40  实训\WindowsFormsApp1.BLL\obj\Debug\WindowsFormsApp1.BLL.csproj.CopyComplete
     文件          42  2018-01-09 02:31  实训\WindowsFormsApp1.BLL\obj\Debug\WindowsFormsApp1.BLL.csproj.CoreCompileInputs.cache
     文件        4244  2018-01-09 00:14  实训\WindowsFormsApp1.BLL\obj\Debug\WindowsFormsApp1.BLL.csproj.FileListAbsolute.txt
............此处省略181个文件信息

评论

共有 条评论