Bug #47071 | VB6 Connector 3.51 OK, Connector 5.1 Crashes program | ||
---|---|---|---|
Submitted: | 2 Sep 2009 18:24 | Modified: | 9 Oct 2009 10:04 |
Reporter: | Andy Wood | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 5.1.05.00 | OS: | Windows (XP SP3) |
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
[3 Sep 2009 7:40]
Andy Wood
[3 Sep 2009 7:42]
Andy Wood
Could not get trace file, this instead
Attachment: Connector 3.51 myodbc.sql (text/plain), 563 bytes.
[3 Sep 2009 7:52]
Andy Wood
2 VB6 Projects one for each connector type
Attachment: MySQL Test.rar (application/force-download, text), 3.58 KiB.