List:Commits« Previous MessageNext Message »
From:rburnett Date:April 13 2007 7:40pm
Subject:Connector/NET commit: r673 - in trunk/Driver: Properties Source
View as plain text  
Added:
   trunk/Driver/Properties/ReservedWords.txt
   trunk/Driver/Properties/Resources.Designer.cs
   trunk/Driver/Properties/Resources.resx
Removed:
   trunk/Driver/Source/ReservedWords.txt
   trunk/Driver/Source/Resources.Designer.cs
   trunk/Driver/Source/Resources.resx
Log:
moved these "resource" files into the Properties folder

Copied: trunk/Driver/Properties/ReservedWords.txt (from rev 662, trunk/Driver/Source/ReservedWords.txt)

Copied: trunk/Driver/Properties/Resources.Designer.cs (from rev 666, trunk/Driver/Source/Resources.Designer.cs)
===================================================================
--- trunk/Driver/Source/Resources.Designer.cs	2007-04-09 22:01:10 UTC (rev 666)
+++ trunk/Driver/Properties/Resources.Designer.cs	2007-04-13 17:40:20 UTC (rev 673)
@@ -0,0 +1,688 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//     Runtime Version:2.0.50727.312
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace MySql.Data.MySqlClient {
+    using System;
+    
+    
+    /// <summary>
+    ///   A strongly-typed resource class, for looking up localized strings, etc.
+    /// </summary>
+    // This class was auto-generated by the StronglyTypedResourceBuilder
+    // class via a tool like ResGen or Visual Studio.
+    // To add or remove a member, edit your .ResX file then rerun ResGen
+    // with the /str option, or rebuild your VS project.
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
+    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+    internal class Resources {
+        
+        private static global::System.Resources.ResourceManager resourceMan;
+        
+        private static global::System.Globalization.CultureInfo resourceCulture;
+
+#if CF
+        private const string resName = "MySql.Data.CF.Properties.Resources";
+#else
+        private const string resName = "MySql.Data.MySqlClient.Properties.Resources";
+#endif
+
+        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+        internal Resources() {
+        }
+        
+        /// <summary>
+        ///   Returns the cached ResourceManager instance used by this class.
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Resources.ResourceManager ResourceManager {
+            get {
+                if (object.ReferenceEquals(resourceMan, null)) {
+                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(resName, typeof(Resources).Assembly);
+                    resourceMan = temp;
+                }
+                return resourceMan;
+            }
+        }
+        
+        /// <summary>
+        ///   Overrides the current thread's CurrentUICulture property for all
+        ///   resource lookups using this strongly typed resource class.
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Globalization.CultureInfo Culture {
+            get {
+                return resourceCulture;
+            }
+            set {
+                resourceCulture = value;
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Improper MySqlCommandBuilder state: adapter is null.
+        /// </summary>
+        internal static string AdapterIsNull {
+            get {
+                return ResourceManager.GetString("AdapterIsNull", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Improper MySqlCommandBuilder state: adapter&apos;s SelectCommand is null.
+        /// </summary>
+        internal static string AdapterSelectIsNull {
+            get {
+                return ResourceManager.GetString("AdapterSelectIsNull", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Version string not in acceptable format.
+        /// </summary>
+        internal static string BadVersionFormat {
+            get {
+                return ResourceManager.GetString("BadVersionFormat", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to  The buffer cannot be null.
+        /// </summary>
+        internal static string BufferCannotBeNull {
+            get {
+                return ResourceManager.GetString("BufferCannotBeNull", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to  Buffer is not large enough.
+        /// </summary>
+        internal static string BufferNotLargeEnough {
+            get {
+                return ResourceManager.GetString("BufferNotLargeEnough", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Canceling an executing query requires MySQL 5.0 or higher..
+        /// </summary>
+        internal static string CancelNeeds50 {
+            get {
+                return ResourceManager.GetString("CancelNeeds50", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Canceling an active query is only supported on MySQL 5.0.0 and above. .
+        /// </summary>
+        internal static string CancelNotSupported {
+            get {
+                return ResourceManager.GetString("CancelNotSupported", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to MySqlCommandBuilder does not support multi-table statements.
+        /// </summary>
+        internal static string CBMultiTableNotSupported {
+            get {
+                return ResourceManager.GetString("CBMultiTableNotSupported", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to MySqlCommandBuilder cannot operate on tables with no unique or key columns.
+        /// </summary>
+        internal static string CBNoKeyColumn {
+            get {
+                return ResourceManager.GetString("CBNoKeyColumn", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Chaos isolation level is not supported.
+        /// </summary>
+        internal static string ChaosNotSupported {
+            get {
+                return ResourceManager.GetString("ChaosNotSupported", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to The CommandText property has not been properly initialized..
+        /// </summary>
+        internal static string CommandTextNotInitialized {
+            get {
+                return ResourceManager.GetString("CommandTextNotInitialized", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to The connection is already open..
+        /// </summary>
+        internal static string ConnectionAlreadyOpen {
+            get {
+                return ResourceManager.GetString("ConnectionAlreadyOpen", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Connection unexpectedly terminated..
+        /// </summary>
+        internal static string ConnectionBroken {
+            get {
+                return ResourceManager.GetString("ConnectionBroken", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Connection must be valid and open.
+        /// </summary>
+        internal static string ConnectionMustBeOpen {
+            get {
+                return ResourceManager.GetString("ConnectionMustBeOpen", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to The connection is not open..
+        /// </summary>
+        internal static string ConnectionNotOpen {
+            get {
+                return ResourceManager.GetString("ConnectionNotOpen", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to The connection property has not been set..
+        /// </summary>
+        internal static string ConnectionNotSet {
+            get {
+                return ResourceManager.GetString("ConnectionNotSet", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to  Count cannot be negative.
+        /// </summary>
+        internal static string CountCannotBeNegative {
+            get {
+                return ResourceManager.GetString("CountCannotBeNegative", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to SetLength is not a valid operation on CompressedStream.
+        /// </summary>
+        internal static string CSNoSetLength {
+            get {
+                return ResourceManager.GetString("CSNoSetLength", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to There is already an open DataReader associated with this Connection which must be closed first..
+        /// </summary>
+        internal static string DataReaderOpen {
+            get {
+                return ResourceManager.GetString("DataReaderOpen", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Error creating socket connection.
+        /// </summary>
+        internal static string ErrorCreatingSocket {
+            get {
+                return ResourceManager.GetString("ErrorCreatingSocket", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to From index and length use more bytes than from contains.
+        /// </summary>
+        internal static string FromAndLengthTooBig {
+            get {
+                return ResourceManager.GetString("FromAndLengthTooBig", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to From index must be a valid index inside the from buffer.
+        /// </summary>
+        internal static string FromIndexMustBeValid {
+            get {
+                return ResourceManager.GetString("FromIndexMustBeValid", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Retrieving procedure metadata for {0} from server..
+        /// </summary>
+        internal static string HardProcQuery {
+            get {
+                return ResourceManager.GetString("HardProcQuery", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Value has an unsupported format..
+        /// </summary>
+        internal static string ImproperValueFormat {
+            get {
+                return ResourceManager.GetString("ImproperValueFormat", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to An incorrect response was received from the server..
+        /// </summary>
+        internal static string IncorrectTransmission {
+            get {
+                return ResourceManager.GetString("IncorrectTransmission", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Index and length use more bytes than to has room for.
+        /// </summary>
+        internal static string IndexAndLengthTooBig {
+            get {
+                return ResourceManager.GetString("IndexAndLengthTooBig", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Index must be a valid position in the buffer.
+        /// </summary>
+        internal static string IndexMustBeValid {
+            get {
+                return ResourceManager.GetString("IndexMustBeValid", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Procedure or function &apos;{0}&apos; cannot be found in database &apos;{1}&apos;..
+        /// </summary>
+        internal static string InvalidProcName {
+            get {
+                return ResourceManager.GetString("InvalidProcName", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Keyword does not allow null values..
+        /// </summary>
+        internal static string KeywordNoNull {
+            get {
+                return ResourceManager.GetString("KeywordNoNull", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Keyword not supported..
+        /// </summary>
+        internal static string KeywordNotSupported {
+            get {
+                return ResourceManager.GetString("KeywordNotSupported", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to When MySqlCommandBuilder.ReturnGeneratedIdentifiers is true, MySqlCommand.UpdatedRowSource must be set to None..
+        /// </summary>
+        internal static string MixingUpdatedRowSource {
+            get {
+                return ResourceManager.GetString("MixingUpdatedRowSource", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to NamedPipeStream does not support seeking.
+        /// </summary>
+        internal static string NamedPipeNoSeek {
+            get {
+                return ResourceManager.GetString("NamedPipeNoSeek", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to NamedPipeStream doesn&apos;t support SetLength.
+        /// </summary>
+        internal static string NamedPipeNoSetLength {
+            get {
+                return ResourceManager.GetString("NamedPipeNoSetLength", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Invalid attempt to call NextResult when the reader is closed..
+        /// </summary>
+        internal static string NextResultIsClosed {
+            get {
+                return ResourceManager.GetString("NextResultIsClosed", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to When calling stored procedures and &apos;Use Procedure Bodies&apos; is false, all parameters must have their type explicitly set..
+        /// </summary>
+        internal static string NoBodiesAndTypeNotSet {
+            get {
+                return ResourceManager.GetString("NoBodiesAndTypeNotSet", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Nested transactions are not supported..
+        /// </summary>
+        internal static string NoNestedTransactions {
+            get {
+                return ResourceManager.GetString("NoNestedTransactions", resourceCulture);
+            }
+        }
+
+        internal static string ObjectDisposed
+        {
+            get
+            {
+                return ResourceManager.GetString("ObjectDisposed", resourceCulture);
+            }
+        }
+
+        /// <summary>
+        ///   Looks up a localized string similar to  Offset cannot be negative.
+        /// </summary>
+        internal static string OffsetCannotBeNegative {
+            get {
+                return ResourceManager.GetString("OffsetCannotBeNegative", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Offset must be a valid position in buffer.
+        /// </summary>
+        internal static string OffsetMustBeValid {
+            get {
+                return ResourceManager.GetString("OffsetMustBeValid", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Parameter &apos;{0}&apos; has already been defined..
+        /// </summary>
+        internal static string ParameterAlreadyDefined {
+            get {
+                return ResourceManager.GetString("ParameterAlreadyDefined", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Parameter cannot have a negative value.
+        /// </summary>
+        internal static string ParameterCannotBeNegative {
+            get {
+                return ResourceManager.GetString("ParameterCannotBeNegative", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Parameter cannot be null.
+        /// </summary>
+        internal static string ParameterCannotBeNull {
+            get {
+                return ResourceManager.GetString("ParameterCannotBeNull", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Parameter is invalid..
+        /// </summary>
+        internal static string ParameterIsInvalid {
+            get {
+                return ResourceManager.GetString("ParameterIsInvalid", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Parameter &apos;{0}&apos; must be defined..
+        /// </summary>
+        internal static string ParameterMustBeDefined {
+            get {
+                return ResourceManager.GetString("ParameterMustBeDefined", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Password must be valid and contain length characters.
+        /// </summary>
+        internal static string PasswordMustHaveLegalChars {
+            get {
+                return ResourceManager.GetString("PasswordMustHaveLegalChars", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to This category includes a series of counters for MySQL..
+        /// </summary>
+        internal static string PerfMonCategoryHelp {
+            get {
+                return ResourceManager.GetString("PerfMonCategoryHelp", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to .NET Data Provider for MySQL.
+        /// </summary>
+        internal static string PerfMonCategoryName {
+            get {
+                return ResourceManager.GetString("PerfMonCategoryName", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to The number of times a procedures metadata had to be queried from the server..
+        /// </summary>
+        internal static string PerfMonHardProcHelp {
+            get {
+                return ResourceManager.GetString("PerfMonHardProcHelp", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Hard Procedure Queries.
+        /// </summary>
+        internal static string PerfMonHardProcName {
+            get {
+                return ResourceManager.GetString("PerfMonHardProcName", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to The number of times a procedures metadata was retrieved from the client-side cache..
+        /// </summary>
+        internal static string PerfMonSoftProcHelp {
+            get {
+                return ResourceManager.GetString("PerfMonSoftProcHelp", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Soft Procedure Queries.
+        /// </summary>
+        internal static string PerfMonSoftProcName {
+            get {
+                return ResourceManager.GetString("PerfMonSoftProcName", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to same name are not supported..
+        /// </summary>
+        internal static string ProcAndFuncSameName {
+            get {
+                return ResourceManager.GetString("ProcAndFuncSameName", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Packets larger than max_allowed_packet are not allowed..
+        /// </summary>
+        internal static string QueryTooLarge {
+            get {
+                return ResourceManager.GetString("QueryTooLarge", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Reading from the stream has failed..
+        /// </summary>
+        internal static string ReadFromStreamFailed {
+            get {
+                return ResourceManager.GetString("ReadFromStreamFailed", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Socket streams do not support seeking.
+        /// </summary>
+        internal static string SocketNoSeek {
+            get {
+                return ResourceManager.GetString("SocketNoSeek", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Retrieving procedure metadata for {0} from procedure cache..
+        /// </summary>
+        internal static string SoftProcQuery {
+            get {
+                return ResourceManager.GetString("SoftProcQuery", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Stored procedures are not supported on this version of MySQL.
+        /// </summary>
+        internal static string SPNotSupported {
+            get {
+                return ResourceManager.GetString("SPNotSupported", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to The stream has already been closed.
+        /// </summary>
+        internal static string StreamAlreadyClosed {
+            get {
+                return ResourceManager.GetString("StreamAlreadyClosed", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to  The stream does not support reading.
+        /// </summary>
+        internal static string StreamNoRead {
+            get {
+                return ResourceManager.GetString("StreamNoRead", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to The stream does not support writing.
+        /// </summary>
+        internal static string StreamNoWrite {
+            get {
+                return ResourceManager.GetString("StreamNoWrite", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding..
+        /// </summary>
+        internal static string Timeout {
+            get {
+                return ResourceManager.GetString("Timeout", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to error connecting: Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached..
+        /// </summary>
+        internal static string TimeoutGettingConnection {
+            get {
+                return ResourceManager.GetString("TimeoutGettingConnection", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Unable to connect to any of the specified MySQL hosts..
+        /// </summary>
+        internal static string UnableToConnectToHost {
+            get {
+                return ResourceManager.GetString("UnableToConnectToHost", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Unable to execute stored procedure &apos;{0}&apos;..
+        /// </summary>
+        internal static string UnableToExecuteSP {
+            get {
+                return ResourceManager.GetString("UnableToExecuteSP", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to There was an error parsing the foreign key definition..
+        /// </summary>
+        internal static string UnableToParseFK {
+            get {
+                return ResourceManager.GetString("UnableToParseFK", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Unable to retrieve stored procedure metadata.  Either grant  SELECTprivilege to mysql.proc for this user or use &quot;use procedure bodies=false&quot; with  your connection string..
+        /// </summary>
+        internal static string UnableToRetrieveSProcData {
+            get {
+                return ResourceManager.GetString("UnableToRetrieveSProcData", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Unix sockets are not supported on Windows.
+        /// </summary>
+        internal static string UnixSocketsNotSupported {
+            get {
+                return ResourceManager.GetString("UnixSocketsNotSupported", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Writing to the stream failed..
+        /// </summary>
+        internal static string WriteToStreamFailed {
+            get {
+                return ResourceManager.GetString("WriteToStreamFailed", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Parameter &apos;{0}&apos; is not found but a parameter with the name &apos;{1}&apos; is found. Parameter names must include the leading parameter marker..
+        /// </summary>
+        internal static string WrongParameterName {
+            get {
+                return ResourceManager.GetString("WrongParameterName", resourceCulture);
+            }
+        }
+    }
+}

Copied: trunk/Driver/Properties/Resources.resx (from rev 666, trunk/Driver/Source/Resources.resx)

Deleted: trunk/Driver/Source/ReservedWords.txt
===================================================================
--- trunk/Driver/Source/ReservedWords.txt	2007-04-13 17:39:32 UTC (rev 672)
+++ trunk/Driver/Source/ReservedWords.txt	2007-04-13 17:40:20 UTC (rev 673)
@@ -1,76 +0,0 @@
-ACCESSIBLE ADD ALL 
-ALTER ANALYZE AND 
-AS ASC ASENSITIVE 
-BEFORE BETWEEN BIGINT 
-BINARY BLOB BOTH 
-BY CALL CASCADE 
-CASE CHANGE CHAR 
-CHARACTER CHECK COLLATE 
-COLUMN CONDITION CONNECTION 
-CONSTRAINT CONTINUE CONTRIBUTORS 
-CONVERT CREATE CROSS 
-CURRENT_DATE CURRENT_TIME CURRENT_TIMESTAMP 
-CURRENT_USER CURSOR DATABASE 
-DATABASES DAY_HOUR DAY_MICROSECOND 
-DAY_MINUTE DAY_SECOND DEC 
-DECIMAL DECLARE DEFAULT 
-DELAYED DELETE DESC 
-DESCRIBE DETERMINISTIC DISTINCT 
-DISTINCTROW DIV DOUBLE 
-DROP DUAL EACH 
-ELSE ELSEIF ENCLOSED 
-ESCAPED EXISTS EXIT 
-EXPLAIN FALSE FETCH 
-FLOAT FLOAT4 FLOAT8 
-FOR FORCE FOREIGN 
-FROM FULLTEXT GRANT 
-GROUP HAVING HIGH_PRIORITY 
-HOUR_MICROSECOND HOUR_MINUTE HOUR_SECOND 
-IF IGNORE IN 
-INDEX INFILE INNER 
-INOUT INSENSITIVE INSERT 
-INT INT1 INT2 
-INT3 INT4 INT8 
-INTEGER INTERVAL INTO 
-IS ITERATE JOIN 
-KEY KEYS KILL 
-LEADING LEAVE LEFT 
-LIKE LIMIT LINEAR 
-LINES LOAD LOCALTIME 
-LOCALTIMESTAMP LOCK LONG 
-LONGBLOB LONGTEXT LOOP 
-LOW_PRIORITY MATCH MEDIUMBLOB 
-MEDIUMINT MEDIUMTEXT MIDDLEINT 
-MINUTE_MICROSECOND MINUTE_SECOND MOD 
-MODIFIES NATURAL NOT 
-NO_WRITE_TO_BINLOG NULL NUMERIC 
-ON OPTIMIZE OPTION 
-OPTIONALLY OR ORDER 
-OUT OUTER OUTFILE 
-PRECISION PRIMARY PROCEDURE 
-PURGE RANGE READ 
-READS READ_ONLY READ_WRITE 
-REAL REFERENCES REGEXP 
-RELEASE RENAME REPEAT 
-REPLACE REQUIRE RESTRICT 
-RETURN REVOKE RIGHT 
-RLIKE SCHEMA SCHEMAS 
-SECOND_MICROSECOND SELECT SENSITIVE 
-SEPARATOR SET SHOW 
-SMALLINT SPATIAL SPECIFIC 
-SQL SQLEXCEPTION SQLSTATE 
-SQLWARNING SQL_BIG_RESULT SQL_CALC_FOUND_ROWS 
-SQL_SMALL_RESULT SSL STARTING 
-STRAIGHT_JOIN TABLE TERMINATED 
-THEN TINYBLOB TINYINT 
-TINYTEXT TO TRAILING 
-TRIGGER TRUE UNDO 
-UNION UNIQUE UNLOCK 
-UNSIGNED UPDATE UPGRADE 
-USAGE USE USING 
-UTC_DATE UTC_TIME UTC_TIMESTAMP 
-VALUES VARBINARY VARCHAR 
-VARCHARACTER VARYING WHEN 
-WHERE WHILE WITH 
-WRITE X509 XOR 
-YEAR_MONTH ZEROFILL   

Deleted: trunk/Driver/Source/Resources.Designer.cs
===================================================================
--- trunk/Driver/Source/Resources.Designer.cs	2007-04-13 17:39:32 UTC (rev 672)
+++ trunk/Driver/Source/Resources.Designer.cs	2007-04-13 17:40:20 UTC (rev 673)
@@ -1,682 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:2.0.50727.312
-//
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace MySql.Data.MySqlClient {
-    using System;
-    
-    
-    /// <summary>
-    ///   A strongly-typed resource class, for looking up localized strings, etc.
-    /// </summary>
-    // This class was auto-generated by the StronglyTypedResourceBuilder
-    // class via a tool like ResGen or Visual Studio.
-    // To add or remove a member, edit your .ResX file then rerun ResGen
-    // with the /str option, or rebuild your VS project.
-    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
-    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-    internal class Resources {
-        
-        private static global::System.Resources.ResourceManager resourceMan;
-        
-        private static global::System.Globalization.CultureInfo resourceCulture;
-        
-        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
-        internal Resources() {
-        }
-        
-        /// <summary>
-        ///   Returns the cached ResourceManager instance used by this class.
-        /// </summary>
-        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
-        internal static global::System.Resources.ResourceManager ResourceManager {
-            get {
-                if (object.ReferenceEquals(resourceMan, null)) {
-                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MySql.Data.MySqlClient.Source.Resources", typeof(Resources).Assembly);
-                    resourceMan = temp;
-                }
-                return resourceMan;
-            }
-        }
-        
-        /// <summary>
-        ///   Overrides the current thread's CurrentUICulture property for all
-        ///   resource lookups using this strongly typed resource class.
-        /// </summary>
-        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
-        internal static global::System.Globalization.CultureInfo Culture {
-            get {
-                return resourceCulture;
-            }
-            set {
-                resourceCulture = value;
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Improper MySqlCommandBuilder state: adapter is null.
-        /// </summary>
-        internal static string AdapterIsNull {
-            get {
-                return ResourceManager.GetString("AdapterIsNull", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Improper MySqlCommandBuilder state: adapter&apos;s SelectCommand is null.
-        /// </summary>
-        internal static string AdapterSelectIsNull {
-            get {
-                return ResourceManager.GetString("AdapterSelectIsNull", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Version string not in acceptable format.
-        /// </summary>
-        internal static string BadVersionFormat {
-            get {
-                return ResourceManager.GetString("BadVersionFormat", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to  The buffer cannot be null.
-        /// </summary>
-        internal static string BufferCannotBeNull {
-            get {
-                return ResourceManager.GetString("BufferCannotBeNull", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to  Buffer is not large enough.
-        /// </summary>
-        internal static string BufferNotLargeEnough {
-            get {
-                return ResourceManager.GetString("BufferNotLargeEnough", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Canceling an executing query requires MySQL 5.0 or higher..
-        /// </summary>
-        internal static string CancelNeeds50 {
-            get {
-                return ResourceManager.GetString("CancelNeeds50", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Canceling an active query is only supported on MySQL 5.0.0 and above. .
-        /// </summary>
-        internal static string CancelNotSupported {
-            get {
-                return ResourceManager.GetString("CancelNotSupported", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to MySqlCommandBuilder does not support multi-table statements.
-        /// </summary>
-        internal static string CBMultiTableNotSupported {
-            get {
-                return ResourceManager.GetString("CBMultiTableNotSupported", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to MySqlCommandBuilder cannot operate on tables with no unique or key columns.
-        /// </summary>
-        internal static string CBNoKeyColumn {
-            get {
-                return ResourceManager.GetString("CBNoKeyColumn", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Chaos isolation level is not supported.
-        /// </summary>
-        internal static string ChaosNotSupported {
-            get {
-                return ResourceManager.GetString("ChaosNotSupported", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to The CommandText property has not been properly initialized..
-        /// </summary>
-        internal static string CommandTextNotInitialized {
-            get {
-                return ResourceManager.GetString("CommandTextNotInitialized", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to The connection is already open..
-        /// </summary>
-        internal static string ConnectionAlreadyOpen {
-            get {
-                return ResourceManager.GetString("ConnectionAlreadyOpen", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Connection unexpectedly terminated..
-        /// </summary>
-        internal static string ConnectionBroken {
-            get {
-                return ResourceManager.GetString("ConnectionBroken", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Connection must be valid and open.
-        /// </summary>
-        internal static string ConnectionMustBeOpen {
-            get {
-                return ResourceManager.GetString("ConnectionMustBeOpen", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to The connection is not open..
-        /// </summary>
-        internal static string ConnectionNotOpen {
-            get {
-                return ResourceManager.GetString("ConnectionNotOpen", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to The connection property has not been set..
-        /// </summary>
-        internal static string ConnectionNotSet {
-            get {
-                return ResourceManager.GetString("ConnectionNotSet", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to  Count cannot be negative.
-        /// </summary>
-        internal static string CountCannotBeNegative {
-            get {
-                return ResourceManager.GetString("CountCannotBeNegative", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to SetLength is not a valid operation on CompressedStream.
-        /// </summary>
-        internal static string CSNoSetLength {
-            get {
-                return ResourceManager.GetString("CSNoSetLength", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to There is already an open DataReader associated with this Connection which must be closed first..
-        /// </summary>
-        internal static string DataReaderOpen {
-            get {
-                return ResourceManager.GetString("DataReaderOpen", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Error creating socket connection.
-        /// </summary>
-        internal static string ErrorCreatingSocket {
-            get {
-                return ResourceManager.GetString("ErrorCreatingSocket", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to From index and length use more bytes than from contains.
-        /// </summary>
-        internal static string FromAndLengthTooBig {
-            get {
-                return ResourceManager.GetString("FromAndLengthTooBig", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to From index must be a valid index inside the from buffer.
-        /// </summary>
-        internal static string FromIndexMustBeValid {
-            get {
-                return ResourceManager.GetString("FromIndexMustBeValid", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Retrieving procedure metadata for {0} from server..
-        /// </summary>
-        internal static string HardProcQuery {
-            get {
-                return ResourceManager.GetString("HardProcQuery", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Value has an unsupported format..
-        /// </summary>
-        internal static string ImproperValueFormat {
-            get {
-                return ResourceManager.GetString("ImproperValueFormat", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to An incorrect response was received from the server..
-        /// </summary>
-        internal static string IncorrectTransmission {
-            get {
-                return ResourceManager.GetString("IncorrectTransmission", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Index and length use more bytes than to has room for.
-        /// </summary>
-        internal static string IndexAndLengthTooBig {
-            get {
-                return ResourceManager.GetString("IndexAndLengthTooBig", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Index must be a valid position in the buffer.
-        /// </summary>
-        internal static string IndexMustBeValid {
-            get {
-                return ResourceManager.GetString("IndexMustBeValid", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Procedure or function &apos;{0}&apos; cannot be found in database &apos;{1}&apos;..
-        /// </summary>
-        internal static string InvalidProcName {
-            get {
-                return ResourceManager.GetString("InvalidProcName", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Keyword does not allow null values..
-        /// </summary>
-        internal static string KeywordNoNull {
-            get {
-                return ResourceManager.GetString("KeywordNoNull", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Keyword not supported..
-        /// </summary>
-        internal static string KeywordNotSupported {
-            get {
-                return ResourceManager.GetString("KeywordNotSupported", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to When MySqlCommandBuilder.ReturnGeneratedIdentifiers is true, MySqlCommand.UpdatedRowSource must be set to None..
-        /// </summary>
-        internal static string MixingUpdatedRowSource {
-            get {
-                return ResourceManager.GetString("MixingUpdatedRowSource", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to NamedPipeStream does not support seeking.
-        /// </summary>
-        internal static string NamedPipeNoSeek {
-            get {
-                return ResourceManager.GetString("NamedPipeNoSeek", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to NamedPipeStream doesn&apos;t support SetLength.
-        /// </summary>
-        internal static string NamedPipeNoSetLength {
-            get {
-                return ResourceManager.GetString("NamedPipeNoSetLength", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Invalid attempt to call NextResult when the reader is closed..
-        /// </summary>
-        internal static string NextResultIsClosed {
-            get {
-                return ResourceManager.GetString("NextResultIsClosed", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to When calling stored procedures and &apos;Use Procedure Bodies&apos; is false, all parameters must have their type explicitly set..
-        /// </summary>
-        internal static string NoBodiesAndTypeNotSet {
-            get {
-                return ResourceManager.GetString("NoBodiesAndTypeNotSet", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Nested transactions are not supported..
-        /// </summary>
-        internal static string NoNestedTransactions {
-            get {
-                return ResourceManager.GetString("NoNestedTransactions", resourceCulture);
-            }
-        }
-
-        internal static string ObjectDisposed
-        {
-            get
-            {
-                return ResourceManager.GetString("ObjectDisposed", resourceCulture);
-            }
-        }
-
-        /// <summary>
-        ///   Looks up a localized string similar to  Offset cannot be negative.
-        /// </summary>
-        internal static string OffsetCannotBeNegative {
-            get {
-                return ResourceManager.GetString("OffsetCannotBeNegative", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Offset must be a valid position in buffer.
-        /// </summary>
-        internal static string OffsetMustBeValid {
-            get {
-                return ResourceManager.GetString("OffsetMustBeValid", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Parameter &apos;{0}&apos; has already been defined..
-        /// </summary>
-        internal static string ParameterAlreadyDefined {
-            get {
-                return ResourceManager.GetString("ParameterAlreadyDefined", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Parameter cannot have a negative value.
-        /// </summary>
-        internal static string ParameterCannotBeNegative {
-            get {
-                return ResourceManager.GetString("ParameterCannotBeNegative", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Parameter cannot be null.
-        /// </summary>
-        internal static string ParameterCannotBeNull {
-            get {
-                return ResourceManager.GetString("ParameterCannotBeNull", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Parameter is invalid..
-        /// </summary>
-        internal static string ParameterIsInvalid {
-            get {
-                return ResourceManager.GetString("ParameterIsInvalid", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Parameter &apos;{0}&apos; must be defined..
-        /// </summary>
-        internal static string ParameterMustBeDefined {
-            get {
-                return ResourceManager.GetString("ParameterMustBeDefined", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Password must be valid and contain length characters.
-        /// </summary>
-        internal static string PasswordMustHaveLegalChars {
-            get {
-                return ResourceManager.GetString("PasswordMustHaveLegalChars", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to This category includes a series of counters for MySQL..
-        /// </summary>
-        internal static string PerfMonCategoryHelp {
-            get {
-                return ResourceManager.GetString("PerfMonCategoryHelp", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to .NET Data Provider for MySQL.
-        /// </summary>
-        internal static string PerfMonCategoryName {
-            get {
-                return ResourceManager.GetString("PerfMonCategoryName", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to The number of times a procedures metadata had to be queried from the server..
-        /// </summary>
-        internal static string PerfMonHardProcHelp {
-            get {
-                return ResourceManager.GetString("PerfMonHardProcHelp", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Hard Procedure Queries.
-        /// </summary>
-        internal static string PerfMonHardProcName {
-            get {
-                return ResourceManager.GetString("PerfMonHardProcName", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to The number of times a procedures metadata was retrieved from the client-side cache..
-        /// </summary>
-        internal static string PerfMonSoftProcHelp {
-            get {
-                return ResourceManager.GetString("PerfMonSoftProcHelp", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Soft Procedure Queries.
-        /// </summary>
-        internal static string PerfMonSoftProcName {
-            get {
-                return ResourceManager.GetString("PerfMonSoftProcName", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to same name are not supported..
-        /// </summary>
-        internal static string ProcAndFuncSameName {
-            get {
-                return ResourceManager.GetString("ProcAndFuncSameName", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Packets larger than max_allowed_packet are not allowed..
-        /// </summary>
-        internal static string QueryTooLarge {
-            get {
-                return ResourceManager.GetString("QueryTooLarge", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Reading from the stream has failed..
-        /// </summary>
-        internal static string ReadFromStreamFailed {
-            get {
-                return ResourceManager.GetString("ReadFromStreamFailed", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Socket streams do not support seeking.
-        /// </summary>
-        internal static string SocketNoSeek {
-            get {
-                return ResourceManager.GetString("SocketNoSeek", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Retrieving procedure metadata for {0} from procedure cache..
-        /// </summary>
-        internal static string SoftProcQuery {
-            get {
-                return ResourceManager.GetString("SoftProcQuery", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Stored procedures are not supported on this version of MySQL.
-        /// </summary>
-        internal static string SPNotSupported {
-            get {
-                return ResourceManager.GetString("SPNotSupported", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to The stream has already been closed.
-        /// </summary>
-        internal static string StreamAlreadyClosed {
-            get {
-                return ResourceManager.GetString("StreamAlreadyClosed", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to  The stream does not support reading.
-        /// </summary>
-        internal static string StreamNoRead {
-            get {
-                return ResourceManager.GetString("StreamNoRead", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to The stream does not support writing.
-        /// </summary>
-        internal static string StreamNoWrite {
-            get {
-                return ResourceManager.GetString("StreamNoWrite", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding..
-        /// </summary>
-        internal static string Timeout {
-            get {
-                return ResourceManager.GetString("Timeout", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to error connecting: Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached..
-        /// </summary>
-        internal static string TimeoutGettingConnection {
-            get {
-                return ResourceManager.GetString("TimeoutGettingConnection", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Unable to connect to any of the specified MySQL hosts..
-        /// </summary>
-        internal static string UnableToConnectToHost {
-            get {
-                return ResourceManager.GetString("UnableToConnectToHost", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Unable to execute stored procedure &apos;{0}&apos;..
-        /// </summary>
-        internal static string UnableToExecuteSP {
-            get {
-                return ResourceManager.GetString("UnableToExecuteSP", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to There was an error parsing the foreign key definition..
-        /// </summary>
-        internal static string UnableToParseFK {
-            get {
-                return ResourceManager.GetString("UnableToParseFK", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Unable to retrieve stored procedure metadata.  Either grant  SELECTprivilege to mysql.proc for this user or use &quot;use procedure bodies=false&quot; with  your connection string..
-        /// </summary>
-        internal static string UnableToRetrieveSProcData {
-            get {
-                return ResourceManager.GetString("UnableToRetrieveSProcData", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Unix sockets are not supported on Windows.
-        /// </summary>
-        internal static string UnixSocketsNotSupported {
-            get {
-                return ResourceManager.GetString("UnixSocketsNotSupported", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Writing to the stream failed..
-        /// </summary>
-        internal static string WriteToStreamFailed {
-            get {
-                return ResourceManager.GetString("WriteToStreamFailed", resourceCulture);
-            }
-        }
-        
-        /// <summary>
-        ///   Looks up a localized string similar to Parameter &apos;{0}&apos; is not found but a parameter with the name &apos;{1}&apos; is found. Parameter names must include the leading parameter marker..
-        /// </summary>
-        internal static string WrongParameterName {
-            get {
-                return ResourceManager.GetString("WrongParameterName", resourceCulture);
-            }
-        }
-    }
-}

Deleted: trunk/Driver/Source/Resources.resx
===================================================================
--- trunk/Driver/Source/Resources.resx	2007-04-13 17:39:32 UTC (rev 672)
+++ trunk/Driver/Source/Resources.resx	2007-04-13 17:40:20 UTC (rev 673)
@@ -1,327 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<root>
-  <!-- 
-    Microsoft ResX Schema 
-    
-    Version 2.0
-    
-    The primary goals of this format is to allow a simple XML format 
-    that is mostly human readable. The generation and parsing of the 
-    various data types are done through the TypeConverter classes 
-    associated with the data types.
-    
-    Example:
-    
-    ... ado.net/XML headers & schema ...
-    <resheader name="resmimetype">text/microsoft-resx</resheader>
-    <resheader name="version">2.0</resheader>
-    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
-    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
-    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
-    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
-    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
-        <value>[base64 mime encoded serialized .NET Framework object]</value>
-    </data>
-    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
-        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
-        <comment>This is a comment</comment>
-    </data>
-                
-    There are any number of "resheader" rows that contain simple 
-    name/value pairs.
-    
-    Each data row contains a name, and value. The row also contains a 
-    type or mimetype. Type corresponds to a .NET class that support 
-    text/value conversion through the TypeConverter architecture. 
-    Classes that don't support this are serialized and stored with the 
-    mimetype set.
-    
-    The mimetype is used for serialized objects, and tells the 
-    ResXResourceReader how to depersist the object. This is currently not 
-    extensible. For a given mimetype the value must be set accordingly:
-    
-    Note - application/x-microsoft.net.object.binary.base64 is the format 
-    that the ResXResourceWriter will generate, however the reader can 
-    read any of the formats listed below.
-    
-    mimetype: application/x-microsoft.net.object.binary.base64
-    value   : The object must be serialized with 
-            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
-            : and then encoded with base64 encoding.
-    
-    mimetype: application/x-microsoft.net.object.soap.base64
-    value   : The object must be serialized with 
-            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
-            : and then encoded with base64 encoding.
-
-    mimetype: application/x-microsoft.net.object.bytearray.base64
-    value   : The object must be serialized into a byte array 
-            : using a System.ComponentModel.TypeConverter
-            : and then encoded with base64 encoding.
-    -->
-  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
-    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
-    <xsd:element name="root" msdata:IsDataSet="true">
-      <xsd:complexType>
-        <xsd:choice maxOccurs="unbounded">
-          <xsd:element name="metadata">
-            <xsd:complexType>
-              <xsd:sequence>
-                <xsd:element name="value" type="xsd:string" minOccurs="0" />
-              </xsd:sequence>
-              <xsd:attribute name="name" use="required" type="xsd:string" />
-              <xsd:attribute name="type" type="xsd:string" />
-              <xsd:attribute name="mimetype" type="xsd:string" />
-              <xsd:attribute ref="xml:space" />
-            </xsd:complexType>
-          </xsd:element>
-          <xsd:element name="assembly">
-            <xsd:complexType>
-              <xsd:attribute name="alias" type="xsd:string" />
-              <xsd:attribute name="name" type="xsd:string" />
-            </xsd:complexType>
-          </xsd:element>
-          <xsd:element name="data">
-            <xsd:complexType>
-              <xsd:sequence>
-                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
-                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
-              </xsd:sequence>
-              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
-              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
-              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
-              <xsd:attribute ref="xml:space" />
-            </xsd:complexType>
-          </xsd:element>
-          <xsd:element name="resheader">
-            <xsd:complexType>
-              <xsd:sequence>
-                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
-              </xsd:sequence>
-              <xsd:attribute name="name" type="xsd:string" use="required" />
-            </xsd:complexType>
-          </xsd:element>
-        </xsd:choice>
-      </xsd:complexType>
-    </xsd:element>
-  </xsd:schema>
-  <resheader name="resmimetype">
-    <value>text/microsoft-resx</value>
-  </resheader>
-  <resheader name="version">
-    <value>2.0</value>
-  </resheader>
-  <resheader name="reader">
-    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </resheader>
-  <resheader name="writer">
-    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </resheader>
-  <data name="BadVersionFormat" xml:space="preserve">
-    <value>Version string not in acceptable format</value>
-  </data>
-  <data name="NamedPipeNoSeek" xml:space="preserve">
-    <value>NamedPipeStream does not support seeking</value>
-  </data>
-  <data name="StreamAlreadyClosed" xml:space="preserve">
-    <value>The stream has already been closed</value>
-  </data>
-  <data name="BufferCannotBeNull" xml:space="preserve">
-    <value> The buffer cannot be null</value>
-  </data>
-  <data name="BufferNotLargeEnough" xml:space="preserve">
-    <value> Buffer is not large enough</value>
-  </data>
-  <data name="OffsetCannotBeNegative" xml:space="preserve">
-    <value> Offset cannot be negative</value>
-  </data>
-  <data name="CountCannotBeNegative" xml:space="preserve">
-    <value> Count cannot be negative</value>
-  </data>
-  <data name="StreamNoRead" xml:space="preserve">
-    <value> The stream does not support reading</value>
-  </data>
-  <data name="NamedPipeNoSetLength" xml:space="preserve">
-    <value>NamedPipeStream doesn't support SetLength</value>
-  </data>
-  <data name="StreamNoWrite" xml:space="preserve">
-    <value>The stream does not support writing</value>
-  </data>
-  <data name="ErrorCreatingSocket" xml:space="preserve">
-    <value>Error creating socket connection</value>
-  </data>
-  <data name="SocketNoSeek" xml:space="preserve">
-    <value>Socket streams do not support seeking</value>
-  </data>
-  <data name="UnixSocketsNotSupported" xml:space="preserve">
-    <value>Unix sockets are not supported on Windows</value>
-  </data>
-  <data name="OffsetMustBeValid" xml:space="preserve">
-    <value>Offset must be a valid position in buffer</value>
-  </data>
-  <data name="CSNoSetLength" xml:space="preserve">
-    <value>SetLength is not a valid operation on CompressedStream</value>
-  </data>
-  <data name="FromIndexMustBeValid" xml:space="preserve">
-    <value>From index must be a valid index inside the from buffer</value>
-  </data>
-  <data name="FromAndLengthTooBig" xml:space="preserve">
-    <value>From index and length use more bytes than from contains</value>
-  </data>
-  <data name="IndexMustBeValid" xml:space="preserve">
-    <value>Index must be a valid position in the buffer</value>
-  </data>
-  <data name="IndexAndLengthTooBig" xml:space="preserve">
-    <value>Index and length use more bytes than to has room for</value>
-  </data>
-  <data name="PasswordMustHaveLegalChars" xml:space="preserve">
-    <value>Password must be valid and contain length characters</value>
-  </data>
-  <data name="ParameterCannotBeNegative" xml:space="preserve">
-    <value>Parameter cannot have a negative value</value>
-  </data>
-  <data name="ConnectionMustBeOpen" xml:space="preserve">
-    <value>Connection must be valid and open</value>
-  </data>
-  <data name="DataReaderOpen" xml:space="preserve">
-    <value>There is already an open DataReader associated with this Connection which must be closed first.</value>
-  </data>
-  <data name="SPNotSupported" xml:space="preserve">
-    <value>Stored procedures are not supported on this version of MySQL</value>
-  </data>
-  <data name="ConnectionNotSet" xml:space="preserve">
-    <value>The connection property has not been set.</value>
-  </data>
-  <data name="ConnectionNotOpen" xml:space="preserve">
-    <value>The connection is not open.</value>
-  </data>
-  <data name="AdapterIsNull" xml:space="preserve">
-    <value>Improper MySqlCommandBuilder state: adapter is null</value>
-  </data>
-  <data name="AdapterSelectIsNull" xml:space="preserve">
-    <value>Improper MySqlCommandBuilder state: adapter's SelectCommand is null</value>
-  </data>
-  <data name="CBMultiTableNotSupported" xml:space="preserve">
-    <value>MySqlCommandBuilder does not support multi-table statements</value>
-  </data>
-  <data name="CBNoKeyColumn" xml:space="preserve">
-    <value>MySqlCommandBuilder cannot operate on tables with no unique or key columns</value>
-  </data>
-  <data name="ParameterCannotBeNull" xml:space="preserve">
-    <value>Parameter cannot be null</value>
-  </data>
-  <data name="ChaosNotSupported" xml:space="preserve">
-    <value>Chaos isolation level is not supported</value>
-  </data>
-  <data name="ParameterIsInvalid" xml:space="preserve">
-    <value>Parameter is invalid.</value>
-  </data>
-  <data name="ConnectionAlreadyOpen" xml:space="preserve">
-    <value>The connection is already open.</value>
-  </data>
-  <data name="KeywordNotSupported" xml:space="preserve">
-    <value>Keyword not supported.</value>
-  </data>
-  <data name="WriteToStreamFailed" xml:space="preserve">
-    <value>Writing to the stream failed.</value>
-  </data>
-  <data name="ReadFromStreamFailed" xml:space="preserve">
-    <value>Reading from the stream has failed.</value>
-  </data>
-  <data name="QueryTooLarge" xml:space="preserve">
-    <value>Packets larger than max_allowed_packet are not allowed.</value>
-  </data>
-  <data name="UnableToExecuteSP" xml:space="preserve">
-    <value>Unable to execute stored procedure '{0}'.</value>
-  </data>
-  <data name="ProcAndFuncSameName" xml:space="preserve">
-    <value>same name are not supported.</value>
-  </data>
-  <data name="KeywordNoNull" xml:space="preserve">
-    <value>Keyword does not allow null values.</value>
-  </data>
-  <data name="ImproperValueFormat" xml:space="preserve">
-    <value>Value has an unsupported format.</value>
-  </data>
-  <data name="InvalidProcName" xml:space="preserve">
-    <value>Procedure or function '{0}' cannot be found in database '{1}'.</value>
-  </data>
-  <data name="HardProcQuery" xml:space="preserve">
-    <value>Retrieving procedure metadata for {0} from server.</value>
-  </data>
-  <data name="SoftProcQuery" xml:space="preserve">
-    <value>Retrieving procedure metadata for {0} from procedure cache.</value>
-  </data>
-  <data name="ConnectionBroken" xml:space="preserve">
-    <value>Connection unexpectedly terminated.</value>
-  </data>
-  <data name="IncorrectTransmission" xml:space="preserve">
-    <value>An incorrect response was received from the server.</value>
-  </data>
-  <data name="CancelNotSupported" xml:space="preserve">
-    <value>Canceling an active query is only supported on MySQL 5.0.0 and above. </value>
-  </data>
-  <data name="Timeout" xml:space="preserve">
-    <value>Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.</value>
-  </data>
-  <data name="CancelNeeds50" xml:space="preserve">
-    <value>Canceling an executing query requires MySQL 5.0 or higher.</value>
-  </data>
-  <data name="NoNestedTransactions" xml:space="preserve">
-    <value>Nested transactions are not supported.</value>
-  </data>
-  <data name="CommandTextNotInitialized" xml:space="preserve">
-    <value>The CommandText property has not been properly initialized.</value>
-  </data>
-  <data name="UnableToParseFK" xml:space="preserve">
-    <value>There was an error parsing the foreign key definition.</value>
-  </data>
-  <data name="PerfMonCategoryHelp" xml:space="preserve">
-    <value>This category includes a series of counters for MySQL.</value>
-  </data>
-  <data name="PerfMonCategoryName" xml:space="preserve">
-    <value>.NET Data Provider for MySQL</value>
-  </data>
-  <data name="PerfMonHardProcHelp" xml:space="preserve">
-    <value>The number of times a procedures metadata had to be queried from the server.</value>
-  </data>
-  <data name="PerfMonHardProcName" xml:space="preserve">
-    <value>Hard Procedure Queries</value>
-  </data>
-  <data name="PerfMonSoftProcHelp" xml:space="preserve">
-    <value>The number of times a procedures metadata was retrieved from the client-side cache.</value>
-  </data>
-  <data name="PerfMonSoftProcName" xml:space="preserve">
-    <value>Soft Procedure Queries</value>
-  </data>
-  <data name="WrongParameterName" xml:space="preserve">
-    <value>Parameter '{0}' is not found but a parameter with the name '{1}' is found. Parameter names must include the leading parameter marker.</value>
-  </data>
-  <data name="UnableToConnectToHost" xml:space="preserve">
-    <value>Unable to connect to any of the specified MySQL hosts.</value>
-  </data>
-  <data name="UnableToRetrieveSProcData" xml:space="preserve">
-    <value>Unable to retrieve stored procedure metadata.  Either grant  SELECTprivilege to mysql.proc for this user or use "use procedure bodies=false" with  your connection string.</value>
-  </data>
-  <data name="NextResultIsClosed" xml:space="preserve">
-    <value>Invalid attempt to call NextResult when the reader is closed.</value>
-  </data>
-  <data name="NoBodiesAndTypeNotSet" xml:space="preserve">
-    <value>When calling stored procedures and 'Use Procedure Bodies' is false, all parameters must have their type explicitly set.</value>
-  </data>
-  <data name="TimeoutGettingConnection" xml:space="preserve">
-    <value>error connecting: Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached.</value>
-  </data>
-  <data name="ParameterAlreadyDefined" xml:space="preserve">
-    <value>Parameter '{0}' has already been defined.</value>
-  </data>
-  <data name="ParameterMustBeDefined" xml:space="preserve">
-    <value>Parameter '{0}' must be defined.</value>
-  </data>
-  <data name="MixingUpdatedRowSource" xml:space="preserve">
-    <value>When MySqlCommandBuilder.ReturnGeneratedIdentifiers is true, MySqlCommand.UpdatedRowSource must be set to None.</value>
-  </data>
-  <data name="ObjectDisposed" xml:space="preserve">
-    <value>The object is not open or has been disposed.</value>
-  </data>
-</root>

Thread
Connector/NET commit: r673 - in trunk/Driver: Properties Sourcerburnett13 Apr