| Bug #91060 | Mysql ODBC causes write access violation when using Recordset.Move | ||
|---|---|---|---|
| Submitted: | 29 May 2018 13:00 | Modified: | 13 Sep 2018 18:26 |
| Reporter: | Ciprian Anton | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | Connector / ODBC | Severity: | S2 (Serious) |
| Version: | MySQL ODBC 8.0 ANSI Driver 64-bit | OS: | Windows |
| Assigned to: | CPU Architecture: | Any (x64) | |
| Tags: | Write access violation | ||
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
[29 May 2018 13:02]
Ciprian Anton
[30 May 2018 6:23]
Chiranjeevi Battula
Screenshot
Attachment: Bug_91060.JPG (image/jpeg, text), 181.88 KiB.
