GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
URI::mssql(3) User Contributed Perl Documentation URI::mssql(3)

URI::mssql - Microsoft SQL Server database URI

URI::db format for Microsoft SQL Server.

The following differences exist compared to the "URI::db" interface:

"dbi_dsn"

  my $dsn = $uri->dbi_dsn;
 $dsn = $uri->dbi_dsn($driver);

Extends the implementation of "dbi_dsn" to support a driver argument. By default, "dbi_dsn" returns a DSN appropriate for use with DBD::ODBC. Pass "sybase" or "ado" to instead get a DSN appropriate to DBD::Sybase or DBD::ADO, respectively. Note that DBD::ADO value is experimental and subject to change. Feedback wanted <https://github.com/theory/uri-db/issues/11>.

2025-07-03 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.