The Connection APIs contain methods for managing local database
information, establishing a connection with the Unwired Server, and
authenticating.
ConnectionProfile
The ConnectionProfile class manages local database information. Set its properties, including the encryption key, during application initialization, and before creating or accessing the local client database.
Set Database File Property
You can use setProperty to specify the database file path on the device. If the path you specified starts with "file:///SDCard/" then the database is stored in the SD media card. If the path starts with "file:///store/" then the database is stored in the internal flash. Otherwise, the database is stored in the BlackBerry Object Store.