| Bug #4657 | "Don't Cache Results" crashes when using catalog functions | ||
|---|---|---|---|
| Submitted: | 20 Jul 2004 21:17 | Modified: | 6 Jun 2007 11:57 | 
| Reporter: | Charlie Snyder | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | Connector / ODBC | Severity: | S2 (Serious) | 
| Version: | 3.51.07 / 3.51.08 / 3.51.15 | OS: | Windows (Windows XP) | 
| Assigned to: | Jim Winstead | CPU Architecture: | Any | 
| Tags: | ODBC5-RC | ||
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 May 2007 19:50]
   Jim Winstead        
  
 
   [16 May 2007 18:58]
   Jim Winstead        
  Fix crash when catalog result sets are being accessed
Attachment: bug4657.patch (application/octet-stream, text), 2.63 KiB.

