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

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULDatabaseManager class

CreateDatabase method Next Page

DropDatabase method


Deletes the database file.

Syntax

DropDatabase( parms As String )
Member of UltraLiteAFLib.ULDatabaseManager

Parameters

parms    The file name for the database.

Remarks

If you drop the databases, all information in the database file is permanently deleted.

This method fails if:

Example

The following example drops a database:

Dim parms As String
parms = "PALM_DB=Syb1;NT_FILE=c:\temp\ul_CustDB.udb"
DropDatabase(parms)