NAME

DBE::Const - Compile or Export SQL Constants

SYNOPSIS

use DBE;
use DBE::Const qw(SQL_DBMS_NAME);

$con = DBE->connect( "..." );
$dbms_name = $con->getinfo( SQL_DBMS_NAME );

DESCRIPTION

....

COPYRIGHT

The DBE::Const module is free software. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.