Bug #67920 Non-compliant behavior of SQLMoreResults
Submitted: 17 Dec 2012 6:12 Modified: 6 Aug 2013 22:01
Reporter: Serge Kraikov Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Severity:S3 (Non-critical)
Version:5.2.2 OS:Windows
Assigned to: Bogdan Degtyariov CPU Architecture:Any
Tags: ODBC, SchemaOnly

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:

[11 Jan 2013 8:18] Bogdan Degtyariov
C# test case

Attachment: Form1.cs (text/plain), 1.31 KiB.

[14 Jan 2013 7:55] Bogdan Degtyariov
Patch and test case

Attachment: bug67920.diff (application/octet-stream, text), 1.76 KiB.