ID:               20086
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         ODBC related
 Operating System: W2K
 PHP Version:      4CVS-2002-10-25
 New Comment:

Unified diffs are your and my friends.  Can you please provide one!


Previous Comments:
------------------------------------------------------------------------

[2002-10-25 09:45:46] [EMAIL PROTECTED]

In ext/odbc/php_odbc.php dsn-less connections are only supported for
empress and unixodbc. Windows also supports this connection method.

Changing the line:
#if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC)

to:
#if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC) || defined(WIN32)

enables dsn-less connections under windows.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20086&edit=1

Reply via email to