From d288ec8944f09559f2aa48fc1e3cd139d909e934 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 11 Sep 2005 00:52:05 +0000 Subject: [PATCH] MS Access sample git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195747 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo_odbc/reference.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/reference/pdo_odbc/reference.xml b/reference/pdo_odbc/reference.xml index dc735d7a22..49756da125 100644 --- a/reference/pdo_odbc/reference.xml +++ b/reference/pdo_odbc/reference.xml @@ -1,5 +1,5 @@ - + @@ -106,7 +106,19 @@ odbc:DSN={IBM DB2 ODBC};HOSTNAME=localhost;PORT=50000;DBNAME=SAMPLE;PROTOCOL=TCP - + + PDO_ODBC DSN example (Microsoft Access uncataloged connection) + + The following example shows a PDO_ODBC DSN for connecting to + a Microsoft Access database stored at C:\db.mdb using the full + ODBC DSN syntax: + + + + +