[fdo-commits] r723 - branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common

svn_fdo at osgeo.org svn_fdo at osgeo.org
Wed Jan 31 18:53:00 EST 2007


Author: gavincramer
Date: 2007-01-31 18:52:59 -0500 (Wed, 31 Jan 2007)
New Revision: 723

Modified:
   branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoSqlCmdTest.cpp
Log:
ODBC: Connect to Access on Vista

Modified: branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoSqlCmdTest.cpp
===================================================================
--- branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoSqlCmdTest.cpp	2007-01-31 23:51:42 UTC (rev 722)
+++ branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoSqlCmdTest.cpp	2007-01-31 23:52:59 UTC (rev 723)
@@ -354,10 +354,10 @@
                 break;
 
             case FdoDataType_DateTime:
-                {
-                 FdoDateTime  time = myReader->GetDateTime( name );
-                 DBG(printf("%s ", ctime((const time_t*)&time )));
-                }
+				{
+				 FdoDateTime  time = myReader->GetDateTime( name );
+				 DBG(printf("year=%d, month=%d, day=%d, hour=%d, minute=%d, seconds=%d", time.year, time.month, time.day, time.hour, time.minute, time.seconds));
+				}
                 break;
 
             case FdoDataType_Decimal:



More information about the fdo-commits mailing list