Bug #4212 | ODBC 3.51.07 max(date) column does not return proper date data | ||
---|---|---|---|
Submitted: | 18 Jun 2004 21:13 | Modified: | 28 Jul 2004 23:10 |
Reporter: | Matt Ryan | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.15.07 | OS: | Windows (windows 2000) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[18 Jun 2004 21:13]
Matt Ryan
[18 Jun 2004 21:47]
Matt Ryan
To create test table CREATE TABLE `table1` ( `c1` char(4) default NULL, `c2` char(1) default NULL, `c3` decimal(11,2) default NULL, `d1` date default NULL ) TYPE=MyISAM; INSERT INTO `table1` VALUES ('cda','c','5.00','2004-06-18'),('cda','b','10.00','2004-06-18');
[18 Jun 2004 21:48]
Matt Ryan
To display bug in foxpro create dsn in foxpro command window execute LNHANDLE=SQLCONNECT('dsn that was created') VALSQL="SELECT c1, c2, MAX(d1) dte FROM table1 group by c1, c2" LNRES=SQLEXEC(LNHANDLE,VALSQL,'testarr') BROWSE dte will show up in a memo format, 3.51.06 showed it in a date format
[28 Jul 2004 23:10]
Timothy Smith
Hello! Thanks for your bug report. This looks like the same problem as bug #4578. Can you please try MyODBC 3.51.9 when it is released, and let us know here if it does not fix your problem. Thanks, Timothy