intbt wrote:
> Hopefully some one will nmotice my 'obvious' mistake.
> 
> I have created 2 tables in the database (below). When I access table
> c, no problem. But when I attempt to access table s I get an error
> message that column name x (all names give the same error) does not
> exist. How can 1 table get created but not the other?

Have you looked at the actual database and seen what is in it? Perhaps
use sqlite3's .dump command to dump the schema and contents out, and
maybe that will help determine the source of the discrepancy.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 2.0 Published!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to