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

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.