Bug #32064 | MyODBC Recordset will not open if it contains a text field | ||
---|---|---|---|
Submitted: | 2 Nov 2007 22:20 | Modified: | 14 Feb 2008 16:31 |
Reporter: | Michael Pryor (Candidate Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 5.1 | OS: | Windows (xpsp2) |
Assigned to: | Jess Balint | CPU Architecture: | Any |
Tags: | ADO TEXT adLongVarChar |
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
[16 Nov 2007 9:35]
Erica Moss
[3 Jan 2008 3:00]
Jess Balint
add explicit descriptor support
Attachment: bug32064.diff (application/octet-stream, text), 29.33 KiB.
[3 Jan 2008 22:10]
Jess Balint
updated patch, fixed test, moved all mem handling to driver (no list_cons/list_free)
Attachment: bug32064_2.diff (application/octet-stream, text), 29.92 KiB.
[30 Jan 2008 18:39]
Jess Balint
fix apply problem w/tortoise
Attachment: bug32064_3.diff (application/octet-stream, text), 29.14 KiB.