| Bug #20359 | 3.51.12 linked table in access 2003 displays improper time | ||
|---|---|---|---|
| Submitted: | 9 Jun 2006 14:15 | Modified: | 7 Mar 2007 7:16 |
| Reporter: | David Slone | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
| Version: | OS: | Windows (Windows XP Pro SP2) | |
| Assigned to: | Assigned Account | CPU Architecture: | Any |
| Tags: | ODBC5-RC | ||
[9 Jun 2006 14:15]
David Slone
[13 Jun 2006 12:30]
Tonci Grgin
Hi Davis, thanks for your problem report. Sorry, I was unable to verify it as you can see on attached pictures.
Environment:
MySQL server 4.1.18-nt-max-log and 5.0.22-log on localhost.
MySQL Connector/ODBC 3.51.12, actual connect string: DRIVER={MySQL ODBC 3.51 Driver}; SERVER=localhost; DATABASE=test; USER=root;PASSWORD=;OPTION=3
WinXP Pro SP2, fully updated
MS Office 2003 fully updated
[13 Jun 2006 12:31]
Tonci Grgin
Test result with 4.1.x server
Attachment: 20359-4x1.jpg (image/jpeg, text), 100.91 KiB.
[13 Jun 2006 12:31]
Tonci Grgin
Test result with 5.0.x server
Attachment: 20359-5x0.jpg (image/jpeg, text), 96.36 KiB.
[13 Jun 2006 12:33]
David Slone
if you link a table that has a column type of time to access and view the linked table via access it shows the time as a date.
[13 Jun 2006 12:34]
David Slone
the field needs to just be time not a date/time or date
[13 Jun 2006 16:00]
Tonci Grgin
Sorry David, my mistake. Making new test.
[14 Jun 2006 8:45]
Tonci Grgin
Verified as described by reporter:
MySQL server 4.1.18-nt-max-log and 5.0.22-log on localhost.
MySQL Connector/ODBC 3.51.12, actual connect string: DRIVER={MySQL ODBC 3.51 Driver}; SERVER=localhost; DATABASE=test; USER=root;PASSWORD=;OPTION=3
WinXP Pro SP2, fully updated
MS Office 2003 fully updated
CREATE DATABASE IF NOT EXISTS test;
USE test;
DROP TABLE IF EXISTS timetest;
CREATE TABLE timetest (ID INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, TimeToTest TIME);
INSERT INTO timetest VALUES (NULL,"00:00:00"), (NULL,"00:00:01"),(NULL,"00:01:01"),
(NULL,"01:01:01");
Result is show in attached images.
[14 Jun 2006 8:46]
Tonci Grgin
Image 1
Attachment: 20359-5x0-new-1.jpg (image/jpeg, text), 56.88 KiB.
[14 Jun 2006 8:46]
Tonci Grgin
Image 2
Attachment: 20359-5x0-new-2.jpg (image/jpeg, text), 52.32 KiB.
[14 Jun 2006 8:47]
Tonci Grgin
Image 3
Attachment: 20359-5x0-new-3.jpg (image/jpeg, text), 56.38 KiB.
[26 Jan 2007 12:40]
Adam Carter
Just wondered if there has been any progress on this, I've just been stumped by this bug for a while now. Are there any work arounds yet?
[7 Mar 2007 7:16]
Bogdan Degtyariov
This bug exposes the same problem that bug#25846 does. It has already been fixed. Therefore I am setting the status to "Duplicate"
