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: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 3.51.21 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[16 Nov 2007 12:02]
vha x
[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.