Displays information about an UltraLite database.
ulinfo -c options
Option | Description |
---|---|
@data | Use this to read in options from the specified environment variable or configuration file. If both exist with the same name, the environment variable is used. |
-c "keyword=value;..." OR --connect"keyword=value;..." |
Supply database connection parameters. Required. |
-q OR --quiet |
Set the utility to run in quiet mode. Suppress informational banners, version numbers, and status messages. Error messages are still displayed, however. |
--log=filename | Log operations to the specified file. |
-? OR --help |
Displays utility usage information and exits. |
Warning messages generated when opening an UltraLite database are always displayed unless you use the -q option.
Show basic database internals for a file named cv_dbattr.udb that has already been synchronized:
ulinfo -c DBF=cv_dbattr.udb |
Show database internals for a file named CustDB.udb and display database properties by enabling verbose messaging:
ulinfo -c DBF=CustDB.udb -v |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |