Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dbi::w32odbc(3pm) [debian man page]

DBI::W32ODBC(3pm)					User Contributed Perl Documentation					 DBI::W32ODBC(3pm)

NAME
DBI::W32ODBC - An experimental DBI emulation layer for Win32::ODBC SYNOPSIS
use DBI::W32ODBC; # apart from the line above everything is just the same as with # the real DBI when using a basic driver with few features. DESCRIPTION
This is an experimental pure perl DBI emulation layer for Win32::ODBC If you can improve this code I'd be interested in hearing about it. If you are having trouble using it please respect the fact that it's very experimental. Ideally fix it yourself and send me the details. Some Things Not Yet Implemented Most attributes including PrintError & RaiseError. type_info and table_info Volunteers welcome! perl v5.14.2 2007-01-24 DBI::W32ODBC(3pm)

Check Out this Related Man Page

DBIx::Class::Schema::Loader::DBI::MSSQL(3pm)		User Contributed Perl Documentation	      DBIx::Class::Schema::Loader::DBI::MSSQL(3pm)

NAME
DBIx::Class::Schema::Loader::DBI::MSSQL - DBIx::Class::Schema::Loader::DBI MSSQL Implementation. DESCRIPTION
Base driver for Microsoft SQL Server, used by DBIx::Class::Schema::Loader::DBI::Sybase::Microsoft_SQL_Server for support via DBD::Sybase and DBIx::Class::Schema::Loader::DBI::ODBC::Microsoft_SQL_Server for support via DBD::ODBC. See DBIx::Class::Schema::Loader and DBIx::Class::Schema::Loader::Base for usage information. CASE SENSITIVITY
Most MSSQL databases use "CI" (case-insensitive) collation, for this reason generated column names are lower-cased as this makes them easier to work with in DBIx::Class. We attempt to detect the database collation at startup for any database included in db_schema, and set the column lowercasing behavior accordingly, as lower-cased column names do not work on case-sensitive databases. To manually control case-sensitive mode, put: preserve_case => 1|0 in your Loader options. See preserve_case. NOTE: this option used to be called "case_sensitive_collation", but has been renamed to a more generic option. SEE ALSO
DBIx::Class::Schema::Loader::DBI::Sybase::Microsoft_SQL_Server, DBIx::Class::Schema::Loader::DBI::ODBC::Microsoft_SQL_Server, DBIx::Class::Schema::Loader, DBIx::Class::Schema::Loader::Base, DBIx::Class::Schema::Loader::DBI AUTHOR
See "AUTHOR" in DBIx::Class::Schema::Loader and "CONTRIBUTORS" in DBIx::Class::Schema::Loader. LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-08 DBIx::Class::Schema::Loader::DBI::MSSQL(3pm)
Man Page