Skip to content

Commit 36d64e9

Browse files
authoredSep 11, 2020
Update connect_pdo_odbc.php
Correct comment about naming mode.
1 parent 6cfbff9 commit 36d64e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎samples/connect_pdo_odbc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// (adjust parameters as required)
1616
$user = 'myuser';
1717
$pw = 'mypass';
18-
$namingMode = 1; // 0 = SQL naming (library lists). 1 = System naming (library lists)
18+
$namingMode = 1; // 0 = SQL naming. 1 = System naming (enable library lists)
1919
// Default *LOCAL DSN example.
2020
// If you wish to use a different host not specified by a DSN in your ODBC config, either create the DSN or specify the driver and host in your connection string.
2121
$dsn = '*LOCAL';

0 commit comments

Comments
 (0)
Please sign in to comment.