Bug #30770 | Access Violation in myodbc3.dll | ||
---|---|---|---|
Submitted: | 3 Sep 2007 12:40 | Modified: | 8 Jul 2008 9:04 |
Reporter: | Dietmar Augsten | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.17 up | OS: | Windows (XP SP2) |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | 3.51, 5.1, av, odbc_postga51 |
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
[5 Sep 2007 7:56]
Dietmar Augsten
[5 Sep 2007 8:44]
Dietmar Augsten
Testcase Delphi incl. logs and my.ini
Attachment: Testcase_Delphi_Src.zip (application/x-zip-compressed, text), 15.43 KiB.
[5 May 2008 15:26]
Bogdan Degtyariov
patch and test case
Attachment: patch30770.diff (application/octet-stream, text), 2.05 KiB.