实例介绍
【实例截图】
【核心代码】
.
├── 15
│ ├── 1
│ │ └── Test01
│ │ ├── Test01
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test01.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test01.exe
│ │ │ │ │ ├── Test01.pdb
│ │ │ │ │ └── Test01.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test01.Form1.resources
│ │ │ ├── Test01.Properties.Resources.resources
│ │ │ ├── Test01.csproj.FileListAbsolute.txt
│ │ │ ├── Test01.csproj.GenerateResource.Cache
│ │ │ ├── Test01.exe
│ │ │ └── Test01.pdb
│ │ ├── Test01.sln
│ │ └── Test01.suo
│ ├── 10
│ │ └── Test10
│ │ ├── Test10
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test10.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test10.exe
│ │ │ │ │ ├── Test10.pdb
│ │ │ │ │ └── Test10.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test10.Form1.resources
│ │ │ ├── Test10.Properties.Resources.resources
│ │ │ ├── Test10.csproj.FileListAbsolute.txt
│ │ │ ├── Test10.csproj.GenerateResource.Cache
│ │ │ ├── Test10.exe
│ │ │ └── Test10.pdb
│ │ ├── Test10.sln
│ │ └── Test10.suo
│ ├── 11
│ │ └── Test11
│ │ ├── Test11
│ │ │ ├── ClsDB
│ │ │ │ └── ClsDBControl.cs.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test11.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test11.exe
│ │ │ │ │ ├── Test11.pdb
│ │ │ │ │ └── Test11.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test11.Form1.resources
│ │ │ ├── Test11.Properties.Resources.resources
│ │ │ ├── Test11.csproj.FileListAbsolute.txt
│ │ │ ├── Test11.csproj.GenerateResource.Cache
│ │ │ ├── Test11.exe
│ │ │ └── Test11.pdb
│ │ ├── Test11.sln
│ │ └── Test11.suo
│ ├── 12
│ │ └── Test12
│ │ ├── Test12
│ │ │ ├── ClsDB
│ │ │ │ └── ClsDBControl.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test12.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test12.exe
│ │ │ │ │ ├── Test12.pdb
│ │ │ │ │ └── Test12.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test12.Form1.resources
│ │ │ ├── Test12.Properties.Resources.resources
│ │ │ ├── Test12.csproj.FileListAbsolute.txt
│ │ │ ├── Test12.csproj.GenerateResource.Cache
│ │ │ ├── Test12.exe
│ │ │ └── Test12.pdb
│ │ ├── Test12.sln
│ │ └── Test12.suo
│ ├── 13
│ │ └── Test13
│ │ ├── Test13
│ │ │ ├── ClsDB
│ │ │ │ └── ClsDBControl.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test13.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test13.exe
│ │ │ │ │ ├── Test13.pdb
│ │ │ │ │ └── Test13.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test13.Form1.resources
│ │ │ ├── Test13.Properties.Resources.resources
│ │ │ ├── Test13.csproj.FileListAbsolute.txt
│ │ │ ├── Test13.csproj.GenerateResource.Cache
│ │ │ ├── Test13.exe
│ │ │ └── Test13.pdb
│ │ ├── Test13.sln
│ │ └── Test13.suo
│ ├── 2
│ │ └── Test02
│ │ ├── Test02
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test02.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test02.exe
│ │ │ │ │ ├── Test02.pdb
│ │ │ │ │ └── Test02.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test02.Form1.resources
│ │ │ ├── Test02.Properties.Resources.resources
│ │ │ ├── Test02.csproj.FileListAbsolute.txt
│ │ │ ├── Test02.csproj.GenerateResource.Cache
│ │ │ ├── Test02.exe
│ │ │ └── Test02.pdb
│ │ ├── Test02.sln
│ │ └── Test02.suo
│ ├── 3
│ │ └── Test03
│ │ ├── Test03
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test03.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test03.exe
│ │ │ │ │ ├── Test03.pdb
│ │ │ │ │ └── Test03.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test03.Form1.resources
│ │ │ ├── Test03.Properties.Resources.resources
│ │ │ ├── Test03.csproj.FileListAbsolute.txt
│ │ │ ├── Test03.csproj.GenerateResource.Cache
│ │ │ ├── Test03.exe
│ │ │ └── Test03.pdb
│ │ ├── Test03.sln
│ │ └── Test03.suo
│ ├── 4
│ │ └── Test04
│ │ ├── Test04
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test04.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test04.exe
│ │ │ │ │ ├── Test04.pdb
│ │ │ │ │ └── Test04.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test04.Form1.resources
│ │ │ ├── Test04.Properties.Resources.resources
│ │ │ ├── Test04.csproj.FileListAbsolute.txt
│ │ │ ├── Test04.csproj.GenerateResource.Cache
│ │ │ ├── Test04.exe
│ │ │ └── Test04.pdb
│ │ ├── Test04.sln
│ │ └── Test04.suo
│ ├── 5
│ │ └── Test05
│ │ ├── Test05
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test05.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test05.exe
│ │ │ │ │ ├── Test05.pdb
│ │ │ │ │ └── Test05.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test05.Form1.resources
│ │ │ ├── Test05.Properties.Resources.resources
│ │ │ ├── Test05.csproj.FileListAbsolute.txt
│ │ │ ├── Test05.csproj.GenerateResource.Cache
│ │ │ ├── Test05.exe
│ │ │ └── Test05.pdb
│ │ ├── Test05.sln
│ │ └── Test05.suo
│ ├── 6
│ │ └── Test06
│ │ ├── Test06
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test06.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test06.exe
│ │ │ │ │ ├── Test06.pdb
│ │ │ │ │ └── Test06.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test06.Form1.resources
│ │ │ ├── Test06.Properties.Resources.resources
│ │ │ ├── Test06.csproj.FileListAbsolute.txt
│ │ │ ├── Test06.csproj.GenerateResource.Cache
│ │ │ ├── Test06.exe
│ │ │ └── Test06.pdb
│ │ ├── Test06.sln
│ │ └── Test06.suo
│ ├── 7
│ │ └── Test07
│ │ ├── Test07
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test07.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test07.exe
│ │ │ │ │ ├── Test07.pdb
│ │ │ │ │ └── Test07.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test07.Form1.resources
│ │ │ ├── Test07.Properties.Resources.resources
│ │ │ ├── Test07.csproj.FileListAbsolute.txt
│ │ │ ├── Test07.csproj.GenerateResource.Cache
│ │ │ ├── Test07.exe
│ │ │ └── Test07.pdb
│ │ ├── Test07.sln
│ │ └── Test07.suo
│ ├── 8
│ │ └── Test08
│ │ ├── Test08
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test08.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test08.exe
│ │ │ │ │ ├── Test08.pdb
│ │ │ │ │ └── Test08.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test08.Form1.resources
│ │ │ ├── Test08.Properties.Resources.resources
│ │ │ ├── Test08.csproj.FileListAbsolute.txt
│ │ │ ├── Test08.csproj.GenerateResource.Cache
│ │ │ ├── Test08.exe
│ │ │ └── Test08.pdb
│ │ ├── Test08.sln
│ │ └── Test08.suo
│ ├── 9
│ │ └── Test09
│ │ ├── Test09
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Test09.csproj
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Test09.exe
│ │ │ │ │ ├── Test09.pdb
│ │ │ │ │ └── Test09.vshost.exe
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test09.Form1.resources
│ │ │ ├── Test09.Properties.Resources.resources
│ │ │ ├── Test09.csproj.FileListAbsolute.txt
│ │ │ ├── Test09.csproj.GenerateResource.Cache
│ │ │ ├── Test09.exe
│ │ │ └── Test09.pdb
│ │ ├── Test09.sln
│ │ └── Test09.suo
│ ├── ADO.NET简介.exe
│ ├── DataBase
│ │ ├── db_15_Data.MDF
│ │ └── db_15_Log.LDF
│ ├── 执行SQL语句:Command对象.exe
│ ├── 数据集:DataSet对象.exe
│ ├── 数据库基础.exe
│ ├── 读取数据:DataReader对象.exe
│ ├── 连接数据库:Connection对象.exe
│ └── 数据适配器:DataAdapter对象.exe
├── 15.7z
├── 15.zip
└── 好例子网_c#数据库基础操作.zip
135 directories, 330 files
标签: 初学者数据库基础操作
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论