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

NAME

colattributes - Display the column attributes for a table in a data source.

SYNOPSYS

colattributes [--help] | [--user=<username>] [--password=<password>] [--brief] [--fieldsep=<s>] --dsn=<DSN> --table=<tablename>

DESCRIPTION

Colattributes prints the characteristics of each column of a data source table. The ODBC API defines the attributes of each column. The default output is a table with fields separated by a tab character and lines terminated with a newline.

OPTIONS

--help

Print a help message and exit.

--dsn

The name of the data source.

--table

The name of the table in the data source for the column attributes.

--user

User's login name on the DBMS server.

--password

User's login password on the DBMS server.

--brief

Print a table the column attributes without the headings.

--fieldsep

Specify a character string to use as a field separator.

VERSION INFORMATION AND CREDITS

Revision: $Revision: 1.5 $

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

Licensed under the same terms as Perl. Refer to the file, "Artistic," for details.

SEE ALSO

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