Bug #30520 | MyODBC > 3.51.12 Returns null value for multiple references | ||
---|---|---|---|
Submitted: | 20 Aug 2007 20:14 | Modified: | 2 Nov 2007 21:50 |
Reporter: | James Cahill | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.20 | OS: | Windows (2003 Server (IIS6/ASP Classic)) |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | MyODBC, null return, text |
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
[25 Aug 2007 14:02]
Kent Boortz
[25 Aug 2007 14:03]
Kent Boortz
Manager trace from running the ADO regression suite test case
Attachment: SQL.LOG (application/octet-stream, text), 105.66 KiB.
[23 Oct 2007 17:03]
Bogdan Degtyariov
Test case (see the comment above)
Attachment: bug30520.asp (application/octet-stream, text), 1.33 KiB.