Bug #70006 | getString() | ||
---|---|---|---|
Submitted: | 13 Aug 2013 3:10 | Modified: | 24 Oct 2013 2:29 |
Reporter: | Aluísio Macedo | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / C++ | Severity: | S3 (Non-critical) |
Version: | 1.1.3 | OS: | Windows (Visual Studio 2010) |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | crash, debug, getString() |
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
[13 Aug 2013 9:26]
Aluísio Macedo
[13 Aug 2013 10:39]
Aluísio Macedo
Code
Attachment: Statement_and_query.cpp (text/plain), 4.18 KiB.
[14 Aug 2013 12:46]
Aluísio Macedo
Forum_Sample_001.cpp
Attachment: Forum_Sample_001.cpp (text/plain), 2.63 KiB.
[14 Aug 2013 12:46]
Aluísio Macedo
Another sshot of problem.
Attachment: tmp_Connect002Bug.jpg (image/jpeg, text), 116.73 KiB.