Re: [android-developers] Re: why does open DataBase Error

2011-03-14 Thread CaryWang
No,Database is error,but can query select data.My program is implements onUpgrade method 2011/3/11 Uniser > May be you have not the file:///data/data//databases/abc > or your db's version is not 1and your class have not implementation > onUpgrade > > -- > You received this message because you

[android-developers] Re: why does open DataBase Error

2011-03-11 Thread Uniser
May be you have not the file:///data/data//databases/abc or your db's version is not 1and your class have not implementation onUpgrade -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@g

Re: [android-developers] Re: why does open DataBase Error

2011-03-11 Thread CaryWang
this database is my app create.but every time open database is error 2011/3/11 lbendlin > Are you actually copying the database from the package into the data > area before you try this? > > On Mar 11, 4:21 am, CaryWang wrote: > > My code open DataBase is Error .Error info Sqlite > > register_l

[android-developers] Re: why does open DataBase Error

2011-03-11 Thread lbendlin
Are you actually copying the database from the package into the data area before you try this? On Mar 11, 4:21 am, CaryWang wrote: > My code open DataBase is Error .Error info Sqlite > register_localized_collators. Why? > > My code: > public class DataBase extends SQLiteOpenHelper{ >   public Dat