From 6754c4a33462cfb871d36d8a31ca805c0377d8ae Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Tue, 23 Jun 2009 07:29:24 +0000 Subject: [PATCH] DNS-less connection examples git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282626 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/uodbc/functions/odbc-connect.xml | 30 ++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/reference/uodbc/functions/odbc-connect.xml b/reference/uodbc/functions/odbc-connect.xml index 2b6c193a66..2b52a912b8 100644 --- a/reference/uodbc/functions/odbc-connect.xml +++ b/reference/uodbc/functions/odbc-connect.xml @@ -1,5 +1,5 @@ - + odbc_connect @@ -39,7 +39,8 @@ dsn - The database source name for the connection. + The database source name for the connection. Alternatively, a + DNS-less connection string can be used. @@ -108,6 +109,31 @@ + + &reftitle.examples; + + + DNS-less connections + + +]]> + + + + + &reftitle.seealso;