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:
None 
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")

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[20 Apr 2010 0:44] huang xingyao
VS2005 Developer

Attachment: testmysqlapi.cpp (text/plain), 21.94 KiB.

[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.