Bug #29871 | MyODBC problem with MS Query ('Memory allocation error') | ||
---|---|---|---|
Submitted: | 18 Jul 2007 15:41 | Modified: | 26 Feb 2008 12:21 |
Reporter: | Bogdan Degtyariov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.16, 3.51.17 | OS: | Any |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | Excel, MyODBC, query |
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 Aug 2007 16:33]
Bogdan Degtyariov
[21 Sep 2007 17:51]
Bogdan Degtyariov
New patch incuding SQLSetParam function (mapped to SQLBindParameter)
Attachment: patch29871v2.diff (application/octet-stream, text), 2.71 KiB.
[7 Feb 2008 16:52]
Bogdan Degtyariov
New version of the patch
Attachment: patch29871v6.diff (application/octet-stream, text), 2.27 KiB.