欢迎来到传世资源网!
加载中...
正在加载,请耐心等待...
本站为收藏、学习站,如有侵权,请联系管理员删除!

C#打开ACCESS基本操作

介绍 评论 失效链接反馈

【例子介绍】C#打开ACCESS基本操作
本实例为利用C#打开ACCESS的一个简单实例,涉及ACCESS数据库的增、删、改、查……

【相关图片】from clipboard

from clipboard

from clipboard

【源码结构】
文件清单
└── 用Access数据库编程
    └── 通讯录管理系统
        ├── 通讯录管理系统
        │   ├── app.config
        │   ├── bin
        │   │   └── Debug
        │   │       ├── 信息库.mdb
        │   │       ├── 通讯录管理系统.exe
        │   │       ├── 通讯录管理系统.exe.config
        │   │       ├── 通讯录管理系统.pdb
        │   │       ├── 通讯录管理系统.vshost.exe
        │   │       └── 通讯录管理系统.vshost.exe.config
        │   ├── Form1.cs
        │   ├── Form1.Designer.cs
        │   ├── Form1.resx
        │   ├── Form2.cs
        │   ├── Form2.Designer.cs
        │   ├── Form2.resx
        │   ├── Form3.cs
        │   ├── Form3.Designer.cs
        │   ├── Form3.resx
        │   ├── Form4.cs
        │   ├── Form4.Designer.cs
        │   ├── Form4.resx
        │   ├── Form5.cs
        │   ├── Form5.Designer.cs
        │   ├── Form5.resx
        │   ├── Form6.cs
        │   ├── Form6.Designer.cs
        │   ├── Form6.resx
        │   ├── Form7.cs
        │   ├── Form7.Designer.cs
        │   ├── Form7.resx
        │   ├── obj
        │   │   ├── Debug
        │   │   │   ├── Refactor
        │   │   │   ├── TempPE
        │   │   │   │   └── 信息库DataSet.Designer.cs.dll
        │   │   │   ├── 通讯录管理系统.csproj.GenerateResource.Cache
        │   │   │   ├── 通讯录管理系统.exe
        │   │   │   ├── 通讯录管理系统.Form1.resources
        │   │   │   ├── 通讯录管理系统.Form2.resources
        │   │   │   ├── 通讯录管理系统.Form3.resources
        │   │   │   ├── 通讯录管理系统.Form4.resources
        │   │   │   ├── 通讯录管理系统.Form5.resources
        │   │   │   ├── 通讯录管理系统.Form6.resources
        │   │   │   ├── 通讯录管理系统.Form7.resources
        │   │   │   ├── 通讯录管理系统.pdb
        │   │   │   └── 通讯录管理系统.Properties.Resources.resources
        │   │   ├── 通讯录管理系统.csproj.FileListAbsolute.txt
        │   │   └── 通讯录管理系统.csproj.FileList.txt
        │   ├── Program.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── 信息库DataSet.Designer.cs
        │   ├── 信息库DataSet.xsc
        │   ├── 信息库DataSet.xsd
        │   ├── 信息库DataSet.xss
        │   ├── 信息库.mdb
        │   └── 通讯录管理系统.csproj
        ├── 通讯录管理系统.sln
        └── 通讯录管理系统.suo

10 directories, 56 files

下载声明:

本站资源均有第三方用户自行上传分享推荐,非本站自制,仅供玩家做交流学习之用!切勿用于商业用途!游戏作品版权归原作者享有,如有版权问题,请附带版权证明至邮件,本平台将应您的要求删除。
相关推荐:

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复