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

NAME

sqltables - Print names of a data source's tables.

SYNOPSIS

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

DESCRIPTION

Sqltables prints the names of a data source's tables and optionally the catalog and schema.

OPTIONS

--help

Print help message and exit.

--verbose

Print catalog and schema information as well as table information.

--dsn

Name of the data source to query.

--user

User's DSN login name.

--password

User's DSN login password.

VERSION INFORMATION AND CREDITS

Revision: $Revision: 1.6 $

Written by: Robert 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).