]> granicus.if.org Git - php/commitdiff
Missed one section that required the addition of a new HAVE_SOLID_30
authorDan Kalowsky <kalowsky@php.net>
Fri, 17 Nov 2000 15:48:09 +0000 (15:48 +0000)
committerDan Kalowsky <kalowsky@php.net>
Fri, 17 Nov 2000 15:48:09 +0000 (15:48 +0000)
This should be correct now.

ext/odbc/php_odbc.c

index e37603aa07cb0a9719029ccffce1f4e36b9c4116..7ff65234179728714cff3184ac56deb98af76706 100644 (file)
@@ -1847,7 +1847,7 @@ int odbc_sqlconnect(odbc_connection **conn, char *db, char *uid, char *pwd, int
        SQLAllocEnv(&((*conn)->henv));
        SQLAllocConnect((*conn)->henv, &((*conn)->hdbc));
        
-#ifdef HAVE_SOLID
+#if defined(HAVE_SOLID) || defined(HAVE_SOLID_30) 
        SQLSetConnectOption((*conn)->hdbc, SQL_TRANSLATE_OPTION,
                        SQL_SOLID_XLATOPT_NOCNV);
 #endif