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: + + + + +