Hi there
I am using the following code.
Code:
URI uri = URI.create("/store/home/user/" + "wordHistory");
Database sqliteDB = DatabaseFactory.openOrCreate(uri, new
DatabaseSecurityOptions(false)); This code works fine on the simulator for the blackberry 9000 but it throws the following error on the 9700 simulator.
net.rim.device.api.database.DatabaseIOException: File system not ready
Any ideas?
Many thanks.