Bug #15601 SQLCancel does not work to stop a query on the database server
Submitted: 8 Dec 2005 20:43 Modified: 14 Dec 2007 15:58
Reporter: Matt Walton Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Severity:S1 (Critical)
Version:5.1 OS:Windows (Windows 2000 SP4)
Assigned to: Jim Winstead 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:

[14 Dec 2005 10:52] Vasily Kishkin
Test case

Attachment: test.c (text/plain), 3.93 KiB.

[8 Nov 2007 0:08] Jim Winstead
Preliminary patch to add SQLCancel() support

Attachment: bug15601.patch (text/plain), 6.44 KiB.