Bug #5778 | SQLNumResultCols() creates an extra "blank" row for INSERT with params | ||
---|---|---|---|
Submitted: | 28 Sep 2004 2:32 | Modified: | 2 Feb 2005 16:48 |
Reporter: | Jeff Martin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.07 | OS: | Solaris (Solaris 8) |
Assigned to: | Peter Harvey | 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
[28 Sep 2004 2:33]
Jeff Martin
[3 Nov 2004 18:30]
Peter Harvey
revised test
Attachment: test.cpp (text/plain), 4.25 KiB.
[3 Nov 2004 22:28]
Peter Harvey
rev 3
Attachment: test.cpp (text/plain), 4.30 KiB.