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

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

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

Print help message and exit.
Print catalog and schema information as well as table information.
Name of the data source to query.
User's DSN login name.
User's DSN login password.

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.

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