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 "connection-string" OR --connect="connection-string" |
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