Bug #30344 | Headers | ||
---|---|---|---|
Submitted: | 9 Aug 2007 20:18 | Modified: | 16 Dec 2010 12:17 |
Reporter: | Maximiliano Manuel Polimeni | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 3.51.18,3.51.19,3.51.20 | OS: | Windows (XP and 2003 Server) |
Assigned to: | CPU Architecture: | Any | |
Tags: | headers, odbc51_postga, powerbuilder |
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
[9 Aug 2007 20:20]
Maximiliano Manuel Polimeni
[9 Aug 2007 20:21]
Maximiliano Manuel Polimeni
Result Wrong in HTML
Attachment: Resultado.html (application/octet-stream, text), 2.15 KiB.
[9 Aug 2007 20:23]
Maximiliano Manuel Polimeni
ODBC Log - 3.51.02
Attachment: SQL.LOG (application/octet-stream, text), 169.06 KiB.
[9 Aug 2007 20:24]
Maximiliano Manuel Polimeni
ODBC Log - 3.51.16
Attachment: SQL.LOG (application/octet-stream, text), 169.68 KiB.
[28 Sep 2007 19:34]
Tonci Grgin
PB 11.0 screen-shot
Attachment: Bug30344.JPG (image/jpeg, text), 13.64 KiB.
[1 Oct 2007 17:49]
Maximiliano Manuel Polimeni
Comparing table headers
Attachment: Comparing Table Headers.JPG (image/pjpeg, text), 36.51 KiB.
[16 Dec 2010 12:15]
Bogdan Degtyariov
Powerbuilder shows correct column headers internally
Attachment: powerbuilder_columns.png (image/png, text), 71.76 KiB.