From 802ac1ac8d57c09d4e090cc3b0338084458e98d6 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Sep 2004 13:37:47 +0000 Subject: [PATCH] Returns list of DNS (bug #27249) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168678 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/uodbc/functions/odbc-data-source.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/uodbc/functions/odbc-data-source.xml b/reference/uodbc/functions/odbc-data-source.xml index 26676b4c56..7bdb0e9558 100644 --- a/reference/uodbc/functions/odbc-data-source.xml +++ b/reference/uodbc/functions/odbc-data-source.xml @@ -1,5 +1,5 @@ - + odbc_data_source @@ -16,8 +16,8 @@ Returns &false; on error, and an array upon success. - This function will return information about the active connection - following the information from within the DSN. The + This function will return the list of avaible DNS (after calling it + several times). The connection_id is required to be a valid ODBC connection. The fetch_type can be one of two constant types: SQL_FETCH_FIRST, SQL_FETCH_NEXT. Use SQL_FETCH_FIRST the