Contents Index DropDatabase method OnReceive event

UltraLite ActiveX User's Guide
  UltraLite ActiveX API Reference
    ULDatabaseManager class

DropDatabaseWithParms method


The DropDatabaseWithParms method deletes a database file.

Prototype 

DropDatabaseWithParms( parms As ULConnectionParms )
Member of UltraliteActiveX.ULDatabaseManager

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.

' eMbedded Visual Basic
Call DatabaseMgr.DropDatabaseWithParms( LoginParms )
// JScript
DatabaseMgr.DropDatabseWithParms( LoginParms );

Contents Index DropDatabase method OnReceive event