
alltypes - Display data type information of a DBMS server.

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

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.

Print a help message and exit.
The name of the data source.
User's login name on the DBMS server.
User's login password on the DBMS server.

Revision: $Revision: 1.1 $
Written by: Robert Allan Kiesling, rkies@cpan.org.
Licensed under the same terms as Perl. Please refer to the file "Artistic" for details.

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