From 6ab4f62f5c902dc46f722495ef2782a596fb0c2f Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 10 Apr 2004 10:50:52 +0000 Subject: [PATCH] fix #27932 multiple open connections git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155716 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/uodbc/functions/odbc-connect.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/uodbc/functions/odbc-connect.xml b/reference/uodbc/functions/odbc-connect.xml index 71f7a3535b..d8aec5f2e7 100644 --- a/reference/uodbc/functions/odbc-connect.xml +++ b/reference/uodbc/functions/odbc-connect.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,8 @@ The connection id returned by this functions is needed by other - ODBC functions. You can have multiple connections open at once. + ODBC functions. You can have multiple connections open at once as long as + they either use different db or different credentials. The optional fourth parameter sets the type of cursor to be used for this connection. This parameter is not normally needed, but can be useful for working around problems with some ODBC drivers.