Bug #3099 | Insert occuring on PHP->odbc_prepare prior to PHP->odbc_execute | ||
---|---|---|---|
Submitted: | 7 Mar 2004 13:32 | Modified: | 11 Apr 2005 18:37 |
Reporter: | Chris Moore | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.06 | OS: | Windows (Win2000) |
Assigned to: | Peter Harvey | 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
[21 Jul 2004 21:25]
Timothy Smith
[21 Jul 2004 21:25]
Timothy Smith
MyODBC trace file (debugging DLL)
Attachment: myodbc.log (application/octet-stream, text), 10.17 KiB.
[21 Jul 2004 21:26]
Timothy Smith
MyODBC SQL log
Attachment: myodbc.sql (text/x-sql), 475 bytes.