C#银行管理系统——数据库课设


下载后,将数据库附加进程序里,要把SQL2005express配置好,如果是win7系统,直接把解压后的文件夹拉到桌面就能用,不是的话,点击左侧资源管理器里bank数据库,看右下角属性,把链接字符串复制,然后把字符串复制到 SqlConnection conn = new SqlConnection(@"Data Source=.SQLEXPRESS;AttachDbFilename=C:UsersAdministratorDesktop银行管理系统银行管理系统bank.mdf;Integrated Security=True;User Instance=True");中的引号里面,每个页面看到这个东西都要改,全改完就能用了
资源截图
代码片段和文件信息
//------------------------------------------------------------------------------
// 
//     此代码由工具生成。
//     运行时版本:2.0.50727.4963
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// 

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

#pragma warning disable 1591

namespace 银行管理系统 {
    
    
    /// 
    ///Represents a strongly typed in-memory cache of data.
    ///

    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “2.0.0.0“)]
    [global::System.Serializable()]
    [global::System.ComponentModel.DesignerCategoryAttribute(“code“)]
    [global::System.ComponentModel.ToolboxItem(true)]
    [global::System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
    [global::System.xml.Serialization.xmlRootAttribute(“bankDataSet“)]
    [global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
    public partial class bankDataSet : global::System.Data.DataSet {
        
        private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public bankDataSet() {
            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()]
        protected bankDataSet(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::System.Data.DataSet();
                ds.ReadxmlSchema(new global::System.xml.xmlTextReader(new global::System.IO.StringReader(strSchema)));
                this.DataSetName = ds.Dat

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

     文件        437  2012-06-30 16:00  银行管理系统银行管理系统app.config

     文件    2293760  2012-07-07 23:40  银行管理系统银行管理系统ank.mdf

     文件      11405  2012-07-01 15:08  银行管理系统银行管理系统ankDataSet.Designer.cs

     文件          3  2012-06-30 16:00  银行管理系统银行管理系统ankDataSet.xsc

     文件       1641  2012-06-30 16:00  银行管理系统银行管理系统ankDataSet.xsd

     文件          3  2012-06-30 16:00  银行管理系统银行管理系统ankDataSet.xss

     文件     235223  2012-07-01 15:19  银行管理系统银行管理系统ankDataSet1.Designer.cs

     文件          3  2012-07-01 15:19  银行管理系统银行管理系统ankDataSet1.xsc

     文件      52834  2012-07-01 15:19  银行管理系统银行管理系统ankDataSet1.xsd

     文件          3  2012-07-01 15:19  银行管理系统银行管理系统ankDataSet1.xss

     文件     573440  2012-07-07 23:40  银行管理系统银行管理系统ank_log.LDF

     文件    2293760  2012-07-05 14:51  银行管理系统银行管理系统inDebugank.mdf

     文件     573440  2012-07-05 14:51  银行管理系统银行管理系统inDebugank_log.ldf

     文件     141824  2012-07-05 14:54  银行管理系统银行管理系统inDebug银行管理系统.exe

     文件        437  2012-06-30 16:00  银行管理系统银行管理系统inDebug银行管理系统.exe.config

     文件     331264  2012-07-05 14:54  银行管理系统银行管理系统inDebug银行管理系统.pdb

     文件      14328  2012-07-07 22:54  银行管理系统银行管理系统inDebug银行管理系统.vshost.exe

     文件        437  2012-06-30 16:00  银行管理系统银行管理系统inDebug银行管理系统.vshost.exe.config

     文件        490  2009-06-11 05:14  银行管理系统银行管理系统inDebug银行管理系统.vshost.exe.manifest

     文件        260  2012-07-03 21:46  银行管理系统银行管理系统Class1.cs

     文件        837  2012-07-02 20:21  银行管理系统银行管理系统Form1.cs

     文件       4196  2012-07-02 15:04  银行管理系统银行管理系统Form1.Designer.cs

     文件       5814  2012-07-02 15:04  银行管理系统银行管理系统Form1.resx

     文件       3338  2012-07-04 17:06  银行管理系统银行管理系统Form10.cs

     文件       6283  2012-07-04 17:06  银行管理系统银行管理系统Form10.Designer.cs

     文件       5814  2012-07-04 17:06  银行管理系统银行管理系统Form10.resx

     文件       5834  2012-07-05 09:20  银行管理系统银行管理系统Form11.cs

     文件       5394  2012-07-04 08:29  银行管理系统银行管理系统Form11.Designer.cs

     文件       5814  2012-07-04 08:29  银行管理系统银行管理系统Form11.resx

     文件       6732  2012-07-05 09:20  银行管理系统银行管理系统Form12.cs

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)