An alternative to UBB.threads
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
FLocal/ThirdParty/mysql-connector-net-6.2.3
Inga 🏳‍🌈 f99f5ba702 mysql-connector-net binaries removed from svn 14 years ago
..
MySql.Data mysql-connector-net binaries removed from svn 14 years ago
CHANGES mysql-connector-net-6.2.3 added to repository 14 years ago
COPYING mysql-connector-net-6.2.3 added to repository 14 years ago
EXCEPTIONS mysql-connector-net-6.2.3 added to repository 14 years ago
License.txt mysql-connector-net-6.2.3 added to repository 14 years ago
MySQL-VS2005.sln mysql-connector-net-6.2.3 added to repository 14 years ago
MySQLClient-VS2010.sln mysql-connector-net-6.2.3 added to repository 14 years ago
MySQLClient-mono.sln mysql-connector-net-6.2.3 added to repository 14 years ago
MySQLClient.sln mysql-connector-net-6.2.3 added to repository 14 years ago
README mysql-connector-net-6.2.3 added to repository 14 years ago
Release Notes.txt mysql-connector-net-6.2.3 added to repository 14 years ago

README

MySQL Connector/Net 6.2

MySQL AB's ADO.Net Driver for MySQL
Copyright (c) 2004-2007 MySQL AB, 2008-2009 Sun Microsystems

CONTENTS

* License
* Documentation Location
* Included software


LICENSE

MySQL Connector/Net is licensed under the GPL or a commercial license
from MySQL AB.

If you have licensed this product under the GPL, please see the COPYING
file for more information.

If you have licensed this product under a commercial license from
MySQL AB, please see the file "MySQLEULA.txt" that comes with this
distribution for the terms of the license.

If you need non-GPL licenses for commercial distribution please contact
me <reggie@mysql.com> or <sales@mysql.com>.


DOCUMENTATION LOCATION

The documentation currently exists in MSDN help format and is located in the 'doc'
directory.

This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.


INCLUDED SOFTWARE

The following software may be included in this product:
zlib

Use of any of this software is governed by the terms of the license below:

/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.3, July 18th, 2005

Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Jean-loup Gailly jloup@gzip.org
Mark Adler madler@alumni.caltech.edu

*/