Bug #14950 | ODBC hangs on closing connection (Access, VB6) | ||
---|---|---|---|
Submitted: | 15 Nov 2005 15:22 | Modified: | 13 Dec 2006 1:39 |
Reporter: | Mikee | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 5.0.0.0 | OS: | Windows (WinXP SP1 and SP2) |
Assigned to: | Jess Balint | CPU Architecture: | Any |
Tags: | ODBC5-RC |
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
[15 Nov 2005 15:23]
Mikee
[15 Nov 2005 15:27]
Mikee
ODBC-Logfile made by using a VB6-program
Attachment: myodbc-VB.log (application/octet-stream, text), 148.25 KiB.
[15 Nov 2005 15:27]
Mikee
ODBC-Logfile made by using MS Access XP
Attachment: myodbc-Access.log (application/octet-stream, text), 29.83 KiB.