NAME
DBIO::MSSQL::Storage::ODBC - Support for Microsoft SQL Server via DBD::ODBC
VERSION
version 0.900001
DESCRIPTION
Storage driver for Microsoft SQL Server accessed via DBD::ODBC (including FreeTDS-based ODBC connections). Inherits from both DBIO::Storage::DBI::ODBC and DBIO::MSSQL::Storage.
This is the class an ODBC connection to Microsoft SQL Server is reblessed into during connector-based driver detection. It carries the transport helpers from DBIO::Storage::DBI::ODBC (such as _using_freetds) on top of the transport-neutral MSSQL semantics of DBIO::MSSQL::Storage, without pulling in any DBD::Sybase-specific code.
SEE ALSO
DBIO::MSSQL - MSSQL schema component
DBIO::MSSQL::Storage - MSSQL storage base class
DBIO::MSSQL::Storage::Sybase - MSSQL via DBD::Sybase
DBIO::Storage::DBI::ODBC - Base class for ODBC drivers
AUTHOR
DBIO & DBIx::Class Authors
COPYRIGHT AND LICENSE
Copyright (C) 2026 DBIO Authors Portions Copyright (C) 2005-2025 DBIx::Class Authors Based on DBIx::Class, heavily modified.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.