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

NAME

remotetables - List the tables of a remote data source.

SYNOPSYS

remotetables [--help] | [--verbose] [--user=<username>] [--password=<password>] --dsn=<remotedsn> --host=<remotehost>

DESCRIPTION

Remotetables lists the tables for a remote data source and host given as command line arguments, and optionally lists the tables' catalog, schema, type, and any remarks provided by the DBMS server.

OPTIONS

--help

Print help message and exit.

--host

Name or network address of remote host.

--dsn

Name of data source on the remote host.

--user

User login name on the remote host.

--password

User login password on theremote host.

--verbose

List result set size, and tables' catalog, schema, type, and remarks in addition to the table names.

VERSION INFORMATION AND CREDITS

Revision: $Revision: 1.3 $

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), bridgeserver(1).