1URI::mssql(3) User Contributed Perl Documentation URI::mssql(3)
2
3
4
6 URI::mssql - Microsoft SQL Server database URI
7
9 URI::db format for Microsoft SQL Server.
10
12 The following differences exist compared to the "URI::db" interface:
13
14 Instance Methods
15 "dbi_dsn"
16
17 my $dsn = $uri->dbi_dsn;
18 $dsn = $uri->dbi_dsn($driver);
19
20 Extends the implementation of "dbi_dsn" to support a driver argument.
21 By default, "dbi_dsn" returns a DSN appropriate for use with DBD::ODBC.
22 Pass "sybase" or "ado" to instead get a DSN appropriate to DBD::Sybase
23 or DBD::ADO, respectively. Note that DBD::ADO value is experimental and
24 subject to change. Feedback wanted <https://github.com/theory/uri-
25 db/issues/11>.
26
27
28
29perl v5.34.0 2022-01-21 URI::mssql(3)