NAME
alltypes - Display data type information of a DBMS server.
SYNOPSIS
alltypes [--help] | [--user=<username>] [--password=<password>] --dsn=<DSN>
DESCRIPTION
Alltypes prints the data types defined for a data source's DBMS server. The data types are listed in a table, with fields delimited by tabs, and lines delimited by newlines.
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.
VERSION INFORMATION AND CREDITS
Revision: $Revision: 1.4 $
Written by: Robert Allan Kiesling <rkiesling@earthlink.net>.
Licensed under the same terms as Perl. Please refer to the file "Artistic" for details.
SEE ALSO
perl(1), UnixODBC(3), UnixODBC::BridgeServer(3).