Bug #24054 | ODBC Connector crashes on executing any select statement using ADO | ||
---|---|---|---|
Submitted: | 7 Nov 2006 17:31 | Modified: | 20 Nov 2006 11:07 |
Reporter: | Marek Srom | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 5.0.6 | OS: | Windows (Win XP SP2) |
Assigned to: | 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
[10 Nov 2006 17:01]
Marek Srom
[13 Nov 2006 9:42]
Marek Srom
Reproduce crash
Attachment: test.vbs (application/octet-stream, text), 389 bytes.
[13 Nov 2006 11:16]
Tonci Grgin
Test case
Attachment: Bug24054.vbs (application/octet-stream, text), 2.20 KiB.
[13 Nov 2006 11:17]
Tonci Grgin
DM trace
Attachment: Bug-24065-SQL.zip (application/x-zip-compressed, text), 2.48 KiB.
[13 Nov 2006 11:18]
Tonci Grgin
MyODBC5 trace
Attachment: Bug-24065-MYODBC5.zip (application/x-zip-compressed, text), 5.67 KiB.