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 - M-Business Anywhere 编程 » UltraLite for M-Business Anywhere API 参考 » DatabaseManager 类

 

dropDatabase 方法

删除指定的数据库。

语法
void dropDatabase(String parms)
参数
  • parms   用于标识数据库的参数。

注释

parms 是以分号分隔的 "关键字=值" 对的列表 ("param1=value1;param2=value2")。参数关键字不区分大小写,而大多数值是区分大小写的。

不能删除具有已打开连接的数据库。