MAN page from openSUSE Leap 15 perl-URI-db-0.19-lp150.8.1.noarch.rpm
URI::mssql
Section: User Contributed Perl Documentation (3)
Updated: 2018-07-20
Index Name
URI::mssql - Microsoft
SQL Server database
URI Description
URI::db format for Microsoft
SQL Server.
Interface
The following differences exist compared to the
"URI::db" interface:
Instance Methods
"dbi_dsn"
my $dsn = $uri->dbi_dsn; $dsn = $uri->dbi_dsn($driver);
Extends the implementation of "dbi_dsn" to support a driver argument. Bydefault, "dbi_dsn" returns a DSN appropriate for use with DBD::ODBC. Pass``sybase'' or ``ado'' to instead get a DSN appropriate to DBD::Sybase orDBD::ADO, respectively. Note that DBD::ADO value is experimental andsubject to change. Feedback wanted <https://github.com/theory/uri-db/issues/11>.
Index
- Name
- Description
- Interface
- Instance Methods
This document was created byman2html,using the manual pages.