Bug #27599 | Driver crash on Connecting second time if another DBMS driver is connected | ||
---|---|---|---|
Submitted: | 2 Apr 2007 22:30 | Modified: | 19 Jun 2007 12:05 |
Reporter: | Farid Zidan (Candidate Quality Contributor) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 3.51.14 | OS: | Windows (Windows XP) |
Assigned to: | Bogdan Degtyariov | 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
[2 Apr 2007 22:31]
Farid Zidan
[3 Apr 2007 0:11]
Farid Zidan
Same project but with legacy zip compression
Attachment: TestDD.zip (application/x-zip-compressed, text), 71.23 KiB.
[3 Apr 2007 13:51]
Farid Zidan
Sample project but no compression
Attachment: testDD_no_comppression.zip (application/x-zip-compressed, text), 195.15 KiB.