Bug #86371 | ODBC Connector MS Access #Deleted on Insert | ||
---|---|---|---|
Submitted: | 18 May 2017 13:22 | Modified: | 9 Jul 2017 7:37 |
Reporter: | Barry Baruch | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | See description | OS: | Windows (See description) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | #Delete, access, insert |
[18 May 2017 13:22]
Barry Baruch
[18 May 2017 14:17]
Peter Laursen
It may be due to a table corruption. I would try REPAIR TABLE/OPTIMIE TABLE depending on storage engine - refer https://dev.mysql.com/doc/refman/5.7/en/table-maintenance-sql.html Also try google "access #deleted" or similar. There are more reasons for this error in Microsoft programs - including incompatible character sets between ODBC-driver and data. -- Peter -- not a MySQL/Oracle person
[18 May 2017 14:28]
Barry Baruch
Thanks Peter for the quick response, but I already did that and as I wrote this happened also on a completely new table I just created.
[18 May 2017 14:30]
MySQL Verification Team
Please read: https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-ac...
[18 May 2017 15:21]
Barry Baruch
thank you Miguel, but this also didn't help.
[18 May 2017 15:38]
MySQL Verification Team
You did the below? Include a TIMESTAMP column in all tables that you want to be able to update. For maximum portability, do not use a length specification in the column declaration (which is unsupported within MySQL in versions earlier than 4.1). Include a primary key in each MySQL table you want to use with Access. If not, new or updated rows may show up as #DELETED#.
[23 May 2017 13:18]
Barry Baruch
Dear Peter, Sorry for the delayed reply, I'm at this office only twice a week. I tried those 2 suggestions last week and none helped. my table contains 4 columns. ID: INT(11), PK, NN, AI bbVarChar: VARCHAR(45) bbLongText: LONGTEXT bbTimeStamp: TimeStamp the problem started last week after working for years: new records shown as #Deleted only when writing only in the bbLongText field and only in the bbVarChar field when it is set to any text field type with size longer than 256. Best
[9 Jun 2017 7:37]
Chiranjeevi Battula
Hello Barry Baruch, Thank you for your feedback. Could you please provide repeatable test case (exact steps, screenshot etc. - please make it as private if you prefer) to confirm this issue at our end? Does the problem occurred after upgradation? If so, can you please specify from which version to version did you tried to upgrade. Thanks, Chiranjeevi.
[10 Jul 2017 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".