hi,

you can check the documentation of sqlite itself.
as i understand it, it is a thrown when a constraint in the database is
violated. e.g. a
foreign key constraint or delete constraint.

a google let me to the following issue:

http://code.google.com/p/android/issues/detail?id=1221

- ronald


On Thu, Jan 15, 2009 at 10:43 AM, mobilek...@googlemail.com <
mobilek...@googlemail.com> wrote:

>
> Hi,
>
> Has anyone come across this one:
> android.database.sqlite.SQLiteConstraintException: error code 19. It
> gets thrown on 'insert', 'update' and 'delete' statements.
>
> What is it supposed to mean? At the moment the documentation lacks a
> signle word about SQL Exceptions and the error codes they throw.
>
> Thanks!
> >
>

--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to