基本信息
源码名称:C#数据库入门实例
源码大小:5.00M
文件格式:.rar
开发语言:C#
更新时间:2023-10-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#数据库入门实例
打包的c#数据库方面的程序,附数据库

.
├── C#数据库入门实例.rar
├── Mydatabase.ldf
├── Mydatabase.mdf
├── Risdb_Data.MDF
├── Risdb_Log.LDF
├── pubs.mdf
├── pubs_log.ldf
├── sql数据库
│   ├── MyDb.mdf
│   ├── MyDb.mdf.dsn
│   ├── MyDb_log.LDF
│   ├── sqldata
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.cs
│   │   ├── Form2.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── sqldata.exe
│   │   │       ├── sqldata.pdb
│   │   │       └── sqldata.vshost.exe
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── TempPE
│   │   │   │   ├── sqldata.Form1.resources
│   │   │   │   ├── sqldata.Form2.resources
│   │   │   │   ├── sqldata.Properties.Resources.resources
│   │   │   │   ├── sqldata.csproj.GenerateResource.Cache
│   │   │   │   ├── sqldata.exe
│   │   │   │   └── sqldata.pdb
│   │   │   └── sqldata.csproj.FileList.txt
│   │   └── sqldata.csproj
│   ├── sql数据库.sln
│   └── sql数据库.suo
├── 数据库操作
│   ├── sqldata
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── sqldata.exe
│   │   │       ├── sqldata.pdb
│   │   │       └── sqldata.vshost.exe
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── TempPE
│   │   │   │   ├── sqldata.Form1.resources
│   │   │   │   ├── sqldata.Properties.Resources.resources
│   │   │   │   ├── sqldata.csproj.GenerateResource.Cache
│   │   │   │   ├── sqldata.exe
│   │   │   │   └── sqldata.pdb
│   │   │   └── sqldata.csproj.FileList.txt
│   │   └── sqldata.csproj
│   ├── 数据库操作.sln
│   └── 数据库操作.suo
├── 数据库存储图片
│   ├── datapicture
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── datapicture.exe
│   │   │       ├── datapicture.pdb
│   │   │       └── datapicture.vshost.exe
│   │   ├── datapicture.csproj
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── TempPE
│   │       │   ├── datapicture.Form1.resources
│   │       │   ├── datapicture.Properties.Resources.resources
│   │       │   ├── datapicture.csproj.GenerateResource.Cache
│   │       │   ├── datapicture.exe
│   │       │   └── datapicture.pdb
│   │       └── datapicture.csproj.FileList.txt
│   ├── 数据库存储图片.sln
│   └── 数据库存储图片.suo
└── 数据库写入树型控件
    ├── treedata
    │   ├── Form3.Designer.cs
    │   ├── Form3.cs
    │   ├── Form3.resx
    │   ├── Form4.Designer.cs
    │   ├── Form4.cs
    │   ├── Form4.resx
    │   ├── MyDatabaseDataSet.Designer.cs
    │   ├── MyDatabaseDataSet.xsc
    │   ├── MyDatabaseDataSet.xsd
    │   ├── MyDatabaseDataSet.xss
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── app.config
    │   ├── bin
    │   │   └── Debug
    │   │       ├── northwnd.mdf
    │   │       ├── treedata.exe
    │   │       ├── treedata.exe.config
    │   │       ├── treedata.pdb
    │   │       ├── treedata.vshost.exe
    │   │       └── treedata.vshost.exe.config
    │   ├── northwnd.mdf
    │   ├── northwndDataSet.Designer.cs
    │   ├── northwndDataSet.xsc
    │   ├── northwndDataSet.xsd
    │   ├── northwndDataSet.xss
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── TempPE
    │   │   │   │   ├── MyDatabaseDataSet.Designer.cs.dll
    │   │   │   │   └── northwndDataSet.Designer.cs.dll
    │   │   │   ├── treedata.Form3.resources
    │   │   │   ├── treedata.Form4.resources
    │   │   │   ├── treedata.Properties.Resources.resources
    │   │   │   ├── treedata.csproj.GenerateResource.Cache
    │   │   │   ├── treedata.exe
    │   │   │   └── treedata.pdb
    │   │   └── treedata.csproj.FileList.txt
    │   ├── treedata.csproj
    │   └── treedata.csproj.user
    ├── 数据库写入树型控件.sln
    └── 数据库写入树型控件.suo

32 directories, 118 files