The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

connectinfo - Display the connection attributes for a data source.

SYNOPSIS

connectinfo [--help] | [--numeric] [--user=<username>] [--password=<password>] --dsn=<DSN>

DESCRIPTION

Connectinfo displays the ODBC API connection attributes for a connection to a data source.

OPTIONS

--help

Print a help message and exit.

--dsn

The name of the data source.

--user

User's login name on the DBMS server.

--password

User's login password on the DBMS server.

--numeric

Print numeric attributes instead of the ODBC constant labels.

VERSION INFORMATION AND CREDITS

Revision: $Revision: 1.8 $

Written by: Robert Allan Kiesling, rkies@cpan.org.

Licensed under the same terms as Perl. Please refer to the file "Artistic" for details.

SEE ALSO

perl(1), UnixODBC(3), UnixODBC::BridgeServer(3).