From: Date: January 17 2007 10:56am Subject: svn commit - mysqldoc@docsrva: r4543 - trunk/refman-common List-Archive: http://lists.mysql.com/commits/18237 Message-Id: <200701170956.l0H9uc1L026885@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: mcbrown Date: 2007-01-17 10:56:35 +0100 (Wed, 17 Jan 2007) New Revision: 4543 Log: Changed the SSL/encryption option to show that 5.0.3 really does support SSL Modified: trunk/refman-common/connector-net.xml Modified: trunk/refman-common/connector-net.xml =================================================================== --- trunk/refman-common/connector-net.xml 2007-01-17 05:39:04 UTC (rev 4542) +++ trunk/refman-common/connector-net.xml 2007-01-17 09:56:35 UTC (rev 4543) Changed blocks: 18, Lines Added: 28, Lines Deleted: 28; 6225 bytes @@ -728,9 +728,10 @@ - Note + + Prior versions of the provider used the '@' symbol to mark parameters in SQL. This is incompatible with MySQL user @@ -740,7 +741,6 @@ be aware that an exception will not be throw if you fail to define a parameter that you intended to use in your SQL. - @@ -827,15 +827,15 @@ - Note + + This example shows how to use one of the overloaded versions of the MySqlCommand constructor. For other examples that might be available, see the individual overload topics. - @@ -1370,9 +1370,10 @@ - Note + + When calling ExecuteReader with the SingleRow behavior, you should be aware that using a limit clause @@ -1384,7 +1385,6 @@ limit clause is not necessary, it should be avoided. - @@ -2060,9 +2060,10 @@ - Note + + Caution must be used when using MySqlCOmmandBuilder on MySql 4.0 systems. With MySql 4.0, database/schema information is @@ -2076,7 +2077,6 @@ changes or deletes. This note does not apply to MySQL versions 4.1 and later. - @@ -3113,16 +3113,16 @@ - Note + + If you do not specify an isolation level, the default isolation level is used. To specify an isolation level with the BeginTransaction method, use the overload that takes the iso parameter. - @@ -3271,16 +3271,16 @@ - Note + + If you do not specify an isolation level, the default isolation level is used. To specify an isolation level with the BeginTransaction method, use the overload that takes the iso parameter. - @@ -3826,13 +3826,13 @@ Encrypt false - When true, SSL encryption is used for all data sent - between the client and server if the server has a - certificate installed. Recognized values are + For Connector/NET 5.0.3 and later, when true, SSL + encryption is used for all data sent between the + client and server if the server has a certificate + installed. Recognized values are true, false, - yes, and - no.Note This - parameter currently has no effect. + yes, and no. In + versions before 5.0.3, this option had no effect. Initial Catalog, Database @@ -4140,9 +4140,10 @@ - Note + + Please be aware that the DataColumn class in .NET 1.0 and 1.1 does not allow columns with type of @@ -4150,7 +4151,6 @@ plan to use autoincremement columns with MySQL, you should consider using signed integer columns. - @@ -4839,16 +4839,16 @@ - Note + + If execution of this command returns rows, these rows may be added to the DataSet depending on how you set the MySqlCommand.UpdatedRowSource property of the MySqlCommand object. - @@ -4954,16 +4954,16 @@ - Note + + If execution of this command returns rows, these rows may be merged with the DataSet depending on how you set the MySqlCommand.UpdatedRowSource property of the MySqlCommand object. - @@ -5299,9 +5299,10 @@ - Note + + MySql allows date columns to contain the value '0000-00-00' and datetime columns to contain the value '0000-00-00 @@ -5314,7 +5315,6 @@ option. For more information on this option, please refer to MySqlConnection.ConnectionString. - @@ -23797,9 +23797,10 @@ - Note: + + When you call a stored procedure, the command object makes an additional SELECT call to determine @@ -23810,7 +23811,6 @@ the parameters. Failure to do this will result in an error when calling the procedure. -