NAME

SQL::Exec::ODBC - Specific support for the DBD::ODBC DBI driver in SQL::Exec

SYNOPSIS

  use SQL::Exec::ODBC;
  
  SQL::Exec::ODBC::connect($dsn, $user, $password);
  SQL::Exec::ODBC::connect($driver, $param, $user, $password);

BUGS

Please report any bugs or feature requests to bug-dbix-puresql@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DBIx-PureSQL.

SEE ALSO

SQL::Exec, DBD::ODBC and DBD::ODBC::FAQ

AUTHOR

Mathias Kende (mathias@cpan.org)

COPYRIGHT & LICENSE

Copyright 2013 © Mathias Kende. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.