| Bug #18915 | The Famous Write Conflict Issue | ||
|---|---|---|---|
| Submitted: | 9 Apr 2006 4:37 | Modified: | 11 Apr 2006 18:18 |
| Reporter: | [ name withheld ] | Email Updates: | |
| Status: | Can't repeat | Impact on me: | |
| Category: | Connector / ODBC | Severity: | S2 (Serious) |
| Version: | 4.0.22 | OS: | Windows (XP witrh MS Acccess 2003 SP2) |
| Assigned to: | CPU Architecture: | Any | |
[9 Apr 2006 4:37]
[ name withheld ]
[9 Apr 2006 5:11]
[ name withheld ]
The following kludge works: Add a DUMMY double column to the table: ALTER TABLE `TableName` ADD `DUMMY` DOUBLE; Create a text box called txtDUMMY on the form. Set the 'Visible' Property of the text box to False. Add the following to the VB code of the form's On Dirty event: Me.txtDUMMY.Value = Rnd() Even if not pretty it works.
[11 Apr 2006 18:18]
MySQL Verification Team
Thank you for the bug report. I was unable to repeat with Access 2003. BTW I changed the test case from: INSERT INTO `Test` (`Id`, `foo`, `UpdateTime`) VALUES (1, 'Data', '20060408104452'); To INSERT INTO `Test` (`Id`, `Data`, `UpdateTime`) VALUES (1, 'Foo', '20060408104452');
