Bug #26041 Connection Protocol Property Error in PropertyGrid Control
Submitted: 2 Feb 2007 16:50 Modified: 20 May 2007 6:17
Reporter: Sean Wright Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version:5.0.3 OS:Windows (XP)
Assigned to: CPU Architecture:Any
Tags: propertygrid

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[2 Feb 2007 18:14] Sean Wright
MySQLConnectionStringBuilder modified code

Attachment: MySqlConnectionStringBuilder.cs (application/octet-stream, text), 27.14 KiB.

[9 Feb 2007 15:52] Sean Wright
Final working code on MySQLConnectionStringBuilder, allowing object to be used in a PropertyGrid control

Attachment: MySqlConnectionStringBuilder.cs (application/octet-stream, text), 28.08 KiB.