UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULDatabaseManager class
The DropDatabaseWithParms method deletes a database file.
DropDatabaseWithParms( parms As ULConnectionParms )
Member of
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.
DatabaseMgr.DropDatabaseWithParms LoginParms