Bug #23749 VarChar field size over 255 causes a System.OverflowException
Submitted: 29 Oct 2006 12:28 Modified: 6 Nov 2006 17:46
Reporter: simon bosanquet Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S1 (Critical)
Version:1.0.8 RC OS:Windows (WinXP SP2)
Assigned to: Reggie Burnett 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:

[29 Oct 2006 13:15] simon bosanquet
Example Project

Attachment: LARGE_VARCHAR_EXAMPLE.zip (application/x-zip-compressed, text), 21.77 KiB.

[29 Oct 2006 13:16] simon bosanquet
SQL Example File

Attachment: LargeVarcharExample.sql (application/octet-stream, text), 1.35 KiB.