List:Commits« Previous MessageNext Message »
From:jwinstead Date:August 31 2007 1:52am
Subject:Connector/ODBC 3.51 commit: r722 - branches/guffert/driver
View as plain text  
Modified:
   branches/guffert/driver/info.c
Log:
Add definition for SQL_ODBC_API_CONFORMANCE. It's deprecated, but Microsoft
Access 2003 checks it.


Modified: branches/guffert/driver/info.c
===================================================================
--- branches/guffert/driver/info.c	2007-08-30 23:45:32 UTC (rev 721)
+++ branches/guffert/driver/info.c	2007-08-30 23:52:53 UTC (rev 722)
@@ -521,6 +521,9 @@
                      SQL_FN_NUM_RADIANS | SQL_FN_NUM_ROUND |
                      SQL_FN_NUM_TRUNCATE);
 
+  case SQL_ODBC_API_CONFORMANCE:
+    MYINFO_SET_ULONG(SQL_OAC_LEVEL1);
+
   case SQL_ODBC_INTERFACE_CONFORMANCE:
     MYINFO_SET_ULONG(SQL_OIC_LEVEL1);
 

Thread
Connector/ODBC 3.51 commit: r722 - branches/guffert/driverjwinstead31 Aug