Blackberry - DatabaseIOException when creating database in store folder

醉酒当歌 提交于 2019-12-23 04:20:44

问题


In my app i am creating database,its working well in 9000 simulator but it throws "DatabaseIOException can not create folder file:///store/Databases/" exception when testing on 9700 simulator and in 8900 device.What is the problem please help me.

Thank You


回答1:


You generally can't create folders or add files from the root of the /store filesystem. Try "/store/home/user"



来源:https://stackoverflow.com/questions/6440982/blackberry-databaseioexception-when-creating-database-in-store-folder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!