Bug #52811 | MySQL Connector C++ 1.0.5 using sql::ResultSet->getString("COL_DATETIME") | ||
---|---|---|---|
Submitted: | 14 Apr 2010 8:03 | Modified: | 23 Apr 2014 10:39 |
Reporter: | huang xingyao | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | Connector / C++ | Severity: | S3 (Non-critical) |
Version: | MySQL5.5 | OS: | Windows (XP SP2) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | using sql::ResultSet->getString("COL_DATETIME") |
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
[20 Apr 2010 0:44]
huang xingyao
[26 Aug 2010 20:04]
Steven Abraham
Test code for reproducing problem retrieving DateTime values using MySQL Connector/C++
Attachment: resultset.cpp (application/octet-stream, text), 6.54 KiB.
[13 Oct 2010 17:44]
Steven Abraham
Header File included with the example code. I only changed the Hostname, User, and Password.
Attachment: examples.h (application/octet-stream, text), 1.13 KiB.
[13 Oct 2010 17:54]
Steven Abraham
This include file came with the MySQL Connector C++ driver. I did not make any changes to this file.
Attachment: mysql_public_iface.h (application/octet-stream, text), 1.16 KiB.