Bug #35619 | creating a MySql connection from toolbox generates an error | ||
---|---|---|---|
Submitted: | 27 Mar 2008 17:35 | Modified: | 16 May 2008 13:17 |
Reporter: | Fabio Ketmaier | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 5.2.1 | OS: | Windows (Visual studio 2005) |
Assigned to: | CPU Architecture: | Any |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[30 Apr 2008 9:14]
Fabio Ketmaier
[30 Apr 2008 14:53]
Fabio Ketmaier
Bug 35619 resolution code example
Attachment: CnnStringProperty.doc (application/msword, text), 22.00 KiB.
[30 Apr 2008 18:13]
Bogdan Degtyariov
patch
Attachment: patch35619.diff (application/octet-stream, text), 1.17 KiB.