资源简介
本人发现的最好的mysql连接操作的例子,有chm帮助文档,demo,亲测可用。看完之后基本上mysql操作就没有问题了。先运行demo试一试。
代码片段和文件信息
// Copyright (C) 2004-2005 MySQL AB
//
// MySQL Connector/NET is licensed under the terms of the GPLv2
// like most
// MySQL Connectors. There are special exceptions to the terms and
// conditions of the GPLv2 as it is applied to this software see the
// FLOSS License Exception
// .
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published
// by the Free Software Foundation; version 2 of the License.
//
// This program is distributed in the hope that it will be useful but
// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
// for more details.
//
// You should have received a copy of the GNU General Public License along
// with this program; if not write to the Free Software Foundation Inc.
// 51 Franklin St Fifth Floor Boston MA 02110-1301 USA
using System.Reflection;
using System.Runtime.CompilerServices;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the ‘*‘ as shown below:
[assembly: AssemblyVersion(“1.0.*“)]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified the
// following processing occurs:
// (1) If the KeyName can be found in the CSP that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile the location of the KeyFile should be
// r
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-12-22 09:50 .vs\
目录 0 2017-12-22 09:50 .vs\TableEditor\
目录 0 2017-12-22 09:52 .vs\TableEditor\v15\
文件 5120 2017-12-22 09:52 .vs\TableEditor\v15\.suo
文件 1078 2017-10-04 01:09 App.ico
文件 3531 2017-10-04 01:09 AssemblyInfo.cs
目录 0 2017-12-22 09:50 Backup\
文件 1078 2017-10-04 01:09 Backup\App.ico
文件 3531 2017-10-04 01:09 Backup\AssemblyInfo.cs
文件 11098 2017-10-04 01:09 Backup\Form1.cs
文件 13724 2017-10-04 01:09 Backup\Form1.resx
文件 4280 2017-10-04 01:09 Backup\TableEditor.csproj
文件 2327272 2017-10-04 01:10 ConnectorNET.chm
文件 12504 2017-12-22 09:50 Form1.cs
文件 5814 2017-12-22 09:50 Form1.resx
文件 1099 2017-10-04 01:09 TableEditor.build
文件 5405 2017-12-22 09:52 TableEditor.csproj
文件 453 2017-12-22 09:51 TableEditor.csproj.user
文件 34362 2017-12-22 09:50 UpgradeLog.htm
文件 161 2017-12-22 09:52 app.config
目录 0 2017-12-22 09:50 bin\
目录 0 2017-12-22 09:52 bin\Debug\
文件 424448 2017-10-04 01:10 bin\Debug\MySql.Data.dll
文件 536582 2017-10-04 01:09 bin\Debug\MySql.Data.xm
文件 20480 2017-12-22 09:52 bin\Debug\TableEditor.exe
文件 161 2017-12-22 09:52 bin\Debug\TableEditor.exe.config
文件 17920 2017-12-22 09:52 bin\Debug\TableEditor.pdb
目录 0 2017-12-22 09:50 obj\
目录 0 2017-12-22 09:52 obj\Debug\
文件 42 2017-12-22 09:52 obj\Debug\CoreCompileInputs.cache
文件 1086 2017-12-22 09:52 obj\Debug\DesignTimeResolveAssemblyReferences.cache
............此处省略16个文件信息
- 上一篇:基于C#的机票票务系统
- 下一篇:asp.net找回密码完美源码
相关资源
- c# 开发与 mysql数据库实现的增删改查
- mysql-connector6.9.12
- C#操作MySql数据库全且实用
- ASP.NET连接MYSQL的三种方法
- 企业人事管理系统(c# 源代码)
- 基于RFID的学生门禁系统C#、mysql、RF
- c#帮助文档CHM文件
- 使用C#和MySql数据库实现的小程序---适
- C#帮助文档CHM版(比MSDN好用).
- C# 数据库连接MySQL、SQL server并读取数
- 图书租借管理系统(C#源码 MySQL)
- C#连接mysql数据库dll
- WPF链接mysql数据库绘制livechart波形
- ArcEngine 10.0 C#二次开发最新最全帮助文
- 基于C#和Mysql的学生信息管理系统
- ArcEngine 10.0 C#二次开发最新最全帮助文
- c# 双缓冲 技术与
- C#23.net_经典400个
- .NET C# MySQL各版本驱动 + 文档 + 案例源
- C#连接MySQL数据库驱动类库
- c# 开发与mysql数据库实现的增删改查,
- C#开发excel导入导出+mysql数据库
- WPF帮助文档
- MySQL安装教程+Visual Studio 2017 C#连接远
- C# MSDN帮助文档
- C#帮助文档.chm
- C#+mysql+winform学生成绩管理系统
- C#连接MySQL数据库代码
- C#+mysql实现的超市管理系统
- 蓝山人事管理系统winform版本+sql语句建
评论
共有 条评论