NAME
remotedsn - List the data sources of a remote host.
SYNOPSIS
remotedsn [--help] | [--verbose] [--user=<username>] [--password=<password>] --host=<remotehost>
DESCRIPTION
Lists the DSNs, and optionally the DBMS drivers, of a remote host that has UnixODBC.pm and UnixODBC's odbcbridge bridge server installed.
OPTIONS
--help
Print a help message and exit.
--host
Name or IP address of remote host.
--user
User login name on remote host.
--password
User login password on remote host.
--verbose
Print the names of the data source drivers as well as the data sources.
VERSION INFORMATION AND CREDITS
Revision: $Revision: 1.5 $
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).