Ray da Costa wrote:
> Friends help one, someone knows why this error occurs, I am trying to
> save data in sqlite and is giving this error
> 
> 05-08 00:28:22.265: ERROR/Database(1341):
> android.database.sqlite.SQLiteException: no such table:
> SFAndroid_PacoteVisita: , while compiling: INSERT INTO
> 
> I'm trying to insert a list of objects and to perform this procedure
> this error occurs after the first object to be Isere.

The error seems straightforward: you do not have a table named
SFAndroid_PacoteVisita in your database.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
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