Bug #3293 Bugs with C functions reported last year
Submitted: 25 Mar 2004 11:00 Modified: 30 Jun 2004 2:21
Reporter: John Mallery Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Connector / ODBC Severity:S1 (Critical)
Version:MyODBC 3.51.06 OS:MacOS (Mac OS X 10.3.3)
Assigned to: Timothy Smith 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:

[30 Jun 2004 2:23] Timothy Smith
test program - please modify it so that it causes the problem

Attachment: colattr.c (application/octet-stream, text), 6.18 KiB.

[30 Jun 2004 2:24] Timothy Smith
GNUmakefile - the commands I use to make the program

Attachment: GNUmakefile (application/octet-stream, text), 286 bytes.