资源简介

本人发现的最好的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.xml
     文件       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个文件信息

评论

共有 条评论