Skip to content

Commit a0360cc

Browse files
committed
mssql default DSN uses ODBC.
1 parent 51cc3ab commit a0360cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/URI/db.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ DBI DSN. Some examples:
285285
| db:mysql://localhost:33/foo | dbi:mysql:host=localhost;port=33;database=foo |
286286
| db:db2://localhost:33/foo | dbi:DB2:HOSTNAME=localhost;PORT=33;DATABASE=foo |
287287
| db:vertica:dbadmin | dbi:ODBC:DSN=dbadmin |
288-
| db:mssql://foo.com/pubs?Driver=MSSQL | dbi:ADO:Host=foo.com;Database=pubs;Driver=MSSQL |
288+
| db:mssql://foo.com/pubs?Driver=MSSQL | dbi:ODBC:Host=foo.com;Database=pubs;Driver=MSSQL |
289289
290290
=head3 C<dbi_params>
291291

0 commit comments

Comments
 (0)