Erases an UltraLite database.
ulerase [ options ] [ db-file-name ]
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. |
-k key OR --ek=key |
Specify the encryption key for an encrypted database. |
-p OR --ep |
Specify that you want to be prompted for the encryption key. |
--log | Log operations to the specified file. |
-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. |
-u uid,pwd OR --dba=uid,pwd |
Specify the userid and password required to access the database. |
-? | Displays utility usage information and exits. |
db-file-name | Erase the specified database. |
The database must be accessible. The user ID and password combination must allow a connection, otherwise the database is not erased.
Encrypted databases require a key provided in the connection string, or using one of -k key or -p.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |