UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
ULDatabaseManager class
The DropDatabaseWithParms method deletes a database file.
DropDatabaseWithParms( parms As ULConnectionParms )
Member of UltraliteActiveX.ULDatabaseManager
Deletes the database file. All information in the database file is lost.
parms The ULConnectionParms object containing vital connection parameters .
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 );