NAME

DBIx::Class::Storage::DBI::MSSQL - Storage::DBI subclass for MSSQL

SYNOPSIS

This subclass supports MSSQL. As MSSQL is usually used via a differently-named DBD such as DBD::Sybase, it does not get autodetected by DBD-type like the other drivers, and you will need to specify this storage driver manually, as in:

$schema->storage_type('::DBI::MSSQL');
$schema->connect_info('dbi:Sybase:....', ...);

AUTHORS

Brian Cassidy <bricas@cpan.org>

LICENSE

You may distribute this code under the same terms as Perl itself.