
apifuncs - Display the ODBC functions supported by a data source.

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

Apifuncs displays which functions of the ODBC API are supported by a data source. For each function in the ODBC API, apifuncs prints the API mnemonic, and either "supported" or "not supported."

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.5 $
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).