Bug #37475 c example code for mysql_stmt_execute() and mysql_stmt_fetch()
Submitted: 18 Jun 2008 11:21 Modified: 14 Dec 2008 20:51
Reporter: Robert Grabein Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:mysql 5.0.51b-win32 OS:Windows
Assigned to: Assigned Account CPU Architecture:Any

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: