| Bug #29883 | MyODBC 3/ADO recordset update if SQL includes a Limit clause | ||
|---|---|---|---|
| Submitted: | 18 Jul 2007 23:48 | Modified: | 6 Feb 2008 4:48 | 
| Reporter: | Erica Moss | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | Connector / ODBC | Severity: | S2 (Serious) | 
| Version: | 3.51.17 | OS: | Windows (xp sp 2) | 
| Assigned to: | Assigned Account | CPU Architecture: | Any | 
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
   [18 Jul 2007 23:49]
   Erica Moss        
  
 
   [18 Jul 2007 23:50]
   Erica Moss        
  SQL with limit server cursor
Attachment: SQL with limit server cursor.LOG (application/octet-stream, text), 63.84 KiB.
   [18 Jul 2007 23:50]
   Erica Moss        
  SQL without limit
Attachment: SQL without limit.LOG (application/octet-stream, text), 64.22 KiB.

