Bug #33388 | MyODBC 5.1 / ADO unable to delete from a static server side cursor | ||
---|---|---|---|
Submitted: | 20 Dec 2007 3:14 | Modified: | 14 Feb 2008 16:36 |
Reporter: | Erica Moss | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.1.1 | OS: | Windows (win xp sp 2) |
Assigned to: | Jess Balint | CPU Architecture: | Any |
Tags: | ADO adUseServer adOpenStatic Delete SQL_DELETE |
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
[31 Dec 2007 21:01]
Jess Balint
[2 Jan 2008 4:58]
Jess Balint
updated patch, also changes fix for bug#29765, and consolidates test cases
Attachment: x10.txt (text/plain), 5.67 KiB.
[9 Jan 2008 18:27]
Jess Balint
updated patch, fix test not to mix SQLFetch/SQLFetchScroll (iODBC doesn't allow it...)
Attachment: bug33388.diff (application/octet-stream, text), 5.85 KiB.