The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DBIx::Class::Storage::DBI::ODBC::OPENEDGE - Support specific for OpenEdge over ODBC

DESCRIPTION

This class implements support specific to access Progress Softwares OpenEdge Advance Server over ODBC.

It is a subclass of DBIx::Class::Storage::DBI::ODBC and DBIx::Class::Storage::DBI::OpenEdge, see those classes for more information.

It is loaded automatically by by DBIx::Class::Storage::DBI::ODBC when it detects a OpenEdge back-end.

EXAMPLE DSN

  dbi:ODBC:DSN=<database name>

AUTHOR

Kevin L. Esteb, <kesteb at wsipc.org>

BUGS

Certainly many, since this is a cut and paste job. It's primmary mission is to remove annoying warnings from DBIx::Class. But please report any bugs or feature requests to bug-dbix-class-storage-dbi-odbc-openedge at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DBIx-Class-Storage-DBI-ODBC-OPENEDGE. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc DBIx::Class::Storage::DBI::ODBC::OPENEDGE

You can also look for information at:

ACKNOWLEDGEMENTS

Modeled after the DBIx::Class::Storage::DBI::ODBC::ACCESS module.

LICENSE AND COPYRIGHT

Copyright 2013 Kevin L. Esteb.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.