Bug #92947 | "#Deleted" rows in MS Access for TEXT columns containing > 1024 characters | ||
---|---|---|---|
Submitted: | 25 Oct 2018 15:12 | Modified: | 10 Dec 2019 4:22 |
Reporter: | Ronny H. | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 8.0.16 | OS: | Windows (10 (1803)) |
Assigned to: | CPU Architecture: | Any (x64) | |
Tags: | #DELETED, 1024, LENGTH, Microsoft Access, text |
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
[25 Oct 2018 15:13]
Ronny H.
[25 Oct 2018 15:15]
Ronny H.
The test table and data
Attachment: test.sql (application/octet-stream, text), 3.88 KiB.
[26 Oct 2018 15:10]
Ronny H.
Screenshots steps and versions
Attachment: Screenshots.zip (application/x-zip-compressed, text), 629.87 KiB.
[26 Oct 2018 16:40]
Ronny H.
ODBC trace log while #Deleted occurs
Attachment: SQL.LOG (application/octet-stream, text), 30.30 KiB.
[26 Oct 2018 20:56]
Ronny H.
Screenshots, after adding TIMESTAMP column
Attachment: Screenshots-2.zip (application/x-zip-compressed, text), 85.28 KiB.