[android-developers] Re: Sqlite 3.7
Have you tried opening the DB with the sqlite3 command, either on the
simulator/phone, or on a PC?
From code, have you tried listing out the tables in the DB?
On Feb 19, 12:37 pm, Dan Smith <orcki...@gmail.com> wrote:
> I am having a problem opening some sqlite DBs that were created
> probably from HTC desire with the latest 3.7 sqlite
>
> issuing the openOrCreateDatabase returns a valid DB, but when I try to
> query a table from the DB , I get a no such table exception
>
> Anyone came across this before??
>
> I tried to turn off wal before issuing the query using the command
> PRAGMA journal_mode = DELETE
>
> and I still couldn't read the table from the DB
>
> This is a serious issue...
--
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home