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 Programming » UltraLite for M-Business Anywhere API reference » DatabaseManager class

 

dropDatabase method

Deletes the specified database.

Syntax
void dropDatabase(String parms)
Parameters
  • parms   Parameters for identifying a database.

Remarks

parms is a semicolon-separated list of keyword=value pairs ("param1=value1;param2=value2"). Parameter keywords are case-insensitive, and most values are case-sensitive.

You cannot drop a database that has open connections.