Bug #11965 | Formatting 'datetime' field return a wrong field type using ADO + VB6 | ||
---|---|---|---|
Submitted: | 15 Jul 2005 11:46 | Modified: | 18 Jul 2005 9:14 |
Reporter: | Paolo Saudin | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.12 | OS: | Windows (WIN-XP SP2) |
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
[16 Jul 2005 7:55]
Vasily Kishkin
[18 Jul 2005 12:14]
Paolo Saudin
Source code
Attachment: test_mysql.zip (application/zip, text), 2.94 KiB.
[4 Aug 2005 12:26]
Paolo Saudin
New test with MySql Server 5.0.10 and MyODBC 3.51.12
Attachment: Test-5.0.10.gif (image/gif, text), 19.81 KiB.