Bug #32243 | ODBC - call failed | ||
---|---|---|---|
Submitted: | 9 Nov 2007 19:10 | Modified: | 14 Nov 2007 16:45 |
Reporter: | Jerry Schwartz | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.01 | OS: | Windows (Vista 32bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | ODBC Access |
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
[9 Nov 2007 19:11]
Jerry Schwartz
[14 Nov 2007 15:04]
Susanne Ebrecht
the SQL that I used for testing
Attachment: bug32243.sql (text/x-sql), 1.69 KiB.
[14 Nov 2007 15:09]
Susanne Ebrecht
the screenshots without linking tables
Attachment: bug32243_snapshots_without_linking_tables.tar.gz (application/gzip, text), 485.06 KiB.
[14 Nov 2007 15:12]
Susanne Ebrecht
screenshots with linking tables
Attachment: bug32243_snapshots_with_linking_tables.tar.gz (application/gzip, text), 329.70 KiB.
[14 Nov 2007 15:13]
Susanne Ebrecht
screenshots after linking tables
Attachment: bug32243_snapshots_with_linking_tables_part2.tar.gz (application/gzip, text), 278.11 KiB.
[14 Nov 2007 15:32]
Jerry Schwartz
General Query Log showing connection failure
Attachment: host.log (text/plain), 7.79 KiB.