Bug #19707 MySqlConnection.ConnectionString property needs additional documentation
Submitted: 11 May 2006 7:07 Modified: 17 Jul 2006 13:16
Reporter: Mark Johnson (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Documentation Severity:S3 (Non-critical)
Version:1.0.7 OS:Windows (W2k)
Assigned to: MC Brown CPU Architecture:Any

[11 May 2006 7:07] Mark Johnson
Description:
The MySqlConnection.ConnectionString property documentation does not specify what legal keys and values may be used in making the connection string.  One must read the source to determine which values are used in the connection string.

How to repeat:
-Open mysql.data help
-Expand mysql.data.client
-expand MySqlConnection class
-expand Properties
-select ConnectionString Property

There is no documentation as to what goes into the connection string.

Suggested fix:
Document the allowable contents of the connection string - what the keys are and what values they should have (including their defaults).
[5 Jun 2006 8:46] Tonci Grgin
Hi Mark, thanks for your problem report.
Verified as described by reporter.
[17 Jul 2006 13:16] MC Brown
This information has now been added to the C/NET documentation (the entire reference and example sections have been added based on the package documentation).