Bug #45699 MySqlHelper.EscapeString() performance can be improved
Submitted: 24 Jun 2009 11:05 Modified: 8 Jul 2009 14:29
Reporter: Franco A. Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S5 (Performance)
Version:6.0 OS:Any
Assigned to: CPU Architecture:Any

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:

[24 Jun 2009 11:07] Franco A.
Sample file given also as text

Attachment: EscapeString.cs (text/plain), 2.22 KiB.