Viewing SQLite databases
SQLite® database viewers are available from third-party vendors. These viewers can be useful aids to your database development process. Database viewers are especially useful for viewing changes to a database. When you run an SQL statement, you can see the result in the database viewer immediately.
An SQLite database viewer runs on your computer, not on the smartphone. To use the viewer, configure the BlackBerry Smartphone Simulator to emulate a microSD card. When you run your application, your database viewer reads the database from a folder on your computer.
Note: SQLite database viewers cannot work on encrypted databases. You can encrypt the database after you complete your SQLite application.
Simulate a media card
Next topic: Security of
SQLite databases
Previous topic: Storing data in
SQLite databases