Bug #32270 SQLBindParameter with value = '\' fails with myODBC 3.51.21
Submitted: 12 Nov 2007 8:45 Modified: 20 Nov 2007 16:21
Reporter: vha x Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / ODBC Severity:S3 (Non-critical)
Version:3.51.21 OS:Windows
Assigned to: 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:

[16 Nov 2007 12:02] vha x
ODBC Trace & mysqld-nt.exe logfile

Attachment: SQL.log (text/plain), 8.45 KiB.

[19 Nov 2007 13:30] vha x
Here is the C code attached as a file instead of embedded in the bug report

Attachment: q7.cpp (text/plain), 2.53 KiB.

[20 Nov 2007 8:00] Tonci Grgin
C++ test case

Attachment: Bug32270-351.cpp (text/x-c++), 4.01 KiB.