Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - 数据库管理和参考 » UltraLite 数据库参考 » UltraLite 实用程序

 

UltraLite 消除数据库 (ulerase)

消除 UltraLite 数据库。

语法
ulerase -c "connection-string" [options] [ dbname ] 
选项 说明
-c "connection-string"keyword=value 必需。连接到 DBF 或 connection-string 的 file_name 参数所标识的数据库。如果未指定用户 ID 和口令,则会假定缺省 UID 为 DBA 且 PWD 为 sql
-ek key 指定加密数据库的加密密钥。
-ep 指定需要系统提示输入加密密钥。
-q

将实用程序设置为在安静模式下运行。取消信息性标题、版本号和状态消息。但是,仍然会显示错误消息。

-v 打印详细消息。
注释

数据库必须可以访问。用户 ID 和口令组合必须允许连接,否则将无法消除数据库。

加密数据库需要连接字符串提供的密钥,或者使用 -ek <key> 或 -ep 之一。