Link to home
Start Free TrialLog in
Avatar of Anupama_2005
Anupama_2005Flag for India

asked on

DatabaseIOException : File System not ready error Blackberry 9700

Hi All,

Below is the code i am using for blackberry Rim database connection.

URI uri = URI.create("/store/home/user/" + "sampledatabase");

Database sqliteDB = DatabaseFactory.open(uri);

This code works fine on all blackberry touch devices but it throws the following error on the 9700.

"net.rim.device.api.database.DatabaseIOException: File system not ready".

Any solution?

Many Thanks
Rajalakshmi



Avatar of mattclarified
mattclarified
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi,

The URI string should start with "file:///store/..." rather than just "/store/...". This may be why its not working

M@
ASKER CERTIFIED SOLUTION
Avatar of Anupama_2005
Anupama_2005
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial