Contents Index DropDatabase method OpenConnection method

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULDatabaseManager class

DropDatabaseWithParms method


The DropDatabaseWithParms method deletes a database file.

Prototype 

DropDatabaseWithParms( parms As ULConnectionParms )
Member of 

Description 

Deletes the database file. All information in the database file is lost.

Parameters 

parms    The ULConnectionParms object containing vital connection parameters .

Example 

The following example assumes you have declared and instantiated a ULConnectionParms object named LoginParms and used it to specify the database location.

DatabaseMgr.DropDatabaseWithParms LoginParms

Contents Index DropDatabase method OpenConnection method