文件名称:Basic-Operation-database-using-C-Sharp
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-07-18
- 文件大小:
- 117kb
- 下载次数:
- 0次
- 提 供 者:
- 半***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个比较综合的操作数据库的例子,功能包括建立数据库,建立表,编辑表,对表进行各种查询、添加记录、修改记录、删除记录等功能,基本涵盖了数据库比较常用的几个功能,对于做数据库方面的系统或开发都有借鉴意义,尤其是我已将数据库的操作和SQL常用语句分别写成了一个类,这对于提高代码的重复使用率是非常好的。顺便说一句,这个例子是操作Access数据库的。当然操作其他数据库其实也差不多。-This is a more comprehensive example of the operation of the database, include the establishment of a database, creating tables, editing tables, various queries on the table, add records, modify records, delete records and other functions, covering several functions commonly used database for doing database development aspects of the system or have referential significance, especially common operations and SQL statements are written in the database I have a class, which improve code reuse is very good. Incidentally, this example is Operation Access database. Of course, in fact, almost other database operations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数据库综合操作\表的查询、添加、修改、删除等操作\bin\Debug\Interop.ADOX.dll
..............\................................\...\.....\Interop.MSAdodcLib.dll
..............\................................\...\.....\表的查询、添加、修改、删除等操作.exe
..............\................................\...\.....\表的查询、添加、修改、删除等操作.pdb
..............\................................\...\.....\表的查询、添加、修改、删除等操作.vshost.exe
..............\................................\...\.....\表的查询、添加、修改、删除等操作.vshost.exe.manifest
..............\................................\Form1.cs
..............\................................\Form1.Designer.cs
..............\................................\Form1.resx
..............\................................\MdbOperation.cs
..............\................................\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
..............\................................\...\...\.....\Interop.ADOX.dll
..............\................................\...\...\.....\Interop.MSAdodcLib.dll
..............\................................\...\...\.....\表的查询_添加_修改_删除等操作.Form1.resources
..............\................................\...\...\.....\表的查询_添加_修改_删除等操作.Properties.Resources.resources
..............\................................\...\...\.....\表的查询、添加、修改、删除等操作.csproj.FileListAbsolute.txt
..............\................................\...\...\.....\表的查询、添加、修改、删除等操作.csproj.ResolveComReference.cache
..............\................................\...\...\.....\表的查询、添加、修改、删除等操作.exe
..............\................................\...\...\.....\表的查询、添加、修改、删除等操作.pdb
..............\................................\Program.cs
..............\................................\...perties\AssemblyInfo.cs
..............\................................\..........\Resources.Designer.cs
..............\................................\..........\Resources.resx
..............\................................\..........\Settings.Designer.cs
..............\................................\..........\Settings.settings
..............\................................\SelectCondiction.cs
..............\................................\表的查询、添加、修改、删除等操作.csproj
..............\................................\表的查询、添加、修改、删除等操作.csproj.user
..............\表的查询、添加、修改、删除等操作.sln
..............\表的查询、添加、修改、删除等操作.suo
..............\................................\obj\x86\Debug\TempPE
..............\................................\...\...\Debug
..............\................................\...\...\Release
..............\................................\bin\Debug
..............\................................\...\Release
..............\................................\obj\x86
..............\................................\bin
..............\................................\obj
..............\................................\Properties
..............\表的查询、添加、修改、删除等操作
数据库综合操作