DBD-ODBC
view release on metacpan or search on metacpan
Perl DBI/DBD::ODBC Tutorial Part 1 - Drivers, Data Sources and Connection:
L<http://www.easysoft.com/developer/languages/perl/dbd_odbc_tutorial_part_1.html>
Perl DBI/DBD::ODBC Tutorial Part 2 - Introduction to retrieving data from your database:
L<http://www.easysoft.com/developer/languages/perl/dbd_odbc_tutorial_part_2.html>
Perl DBI/DBD::ODBC Tutorial Part 3 - Connecting Perl on UNIX or Linux to Microsoft SQL Server:
L<http://www.easysoft.com/developer/languages/perl/sql_server_unix_tutorial.html>
Perl DBI - Put Your Data On The Web:
L<http://www.easysoft.com/developer/languages/perl/tutorial_data_web.html>
Multiple Active Statements (MAS) and DBD::ODBC
L<http://www.easysoft.com/developer/languages/perl/multiple-active-statements.html>
64-bit ODBC
L<http://www.easysoft.com/developer/interfaces/odbc/64-bit.html>
How do I insert Unicode supplementary characters into SQL Server from Perl?
L<http://www.easysoft.com/support/kb/kb01043.html>
Some Common Unicode Problems and Solutions using Perl DBD::ODBC and MS SQL Server
L<http://www.easysoft.com/developer/languages/perl/sql-server-unicode.html>
and a version possibly kept more up to date:
L<https://github.com/mjegh/dbd_odbc_sql_server_unicode/blob/master/common_problems.pod>
How do I use SQL Server Query Notifications from Linux and UNIX?
L<http://www.easysoft.com/support/kb/kb01069.html>
=head2 Frequently Asked Questions
Frequently asked questions are now in L<DBD::ODBC::FAQ>. Run
C<perldoc DBD::ODBC::FAQ> to view them.
=head1 CONFIGURATION AND ENVIRONMENT
You should consult the documentation for the ODBC Driver Manager
you are using.
=head1 DEPENDENCIES
L<DBI>
L<Test::Simple>
=head1 INCOMPATIBILITIES
None known.
=head1 BUGS AND LIMITATIONS
None known other than the deviations from the DBI specification mentioned
above in L</Deviations from the DBI specification>.
Please report any to me via the CPAN RT system. See
L<http://rt.cpan.org/> for more details.
=head1 AUTHOR
Tim Bunce
Jeff Urlwin
Thomas K. Wenrich
Martin J. Evans
=head1 LICENSE AND COPYRIGHT
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. See L<perlartistic>. This
program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.
Portions of this software are Copyright Tim Bunce, Thomas K. Wenrich,
Jeff Urlwin and Martin J. Evans - see the source.
=head1 SEE ALSO
L<DBI>
DBD::ODBC can be used with many ODBC drivers to many different
databases. If you want a generic DBD for multiple databases DBD::ODBC
is probably for you. If you are only accessing a single database then
you might want to look for DBD::my_database (e.g. DBD::Oracle) as
database specific DBDs often have more functionality.
L<DBIx::LogAny> or L<DBIx::Log4perl> for logging DBI method calls, SQL,
parameters and results.
=cut
( run in 1.811 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )