Perhaps this will help you:

http://www.sqlite.org/c3ref/c_abort.html

#define SQLITE_CONSTRAINT  19   /* Abort due to constraint violation
*/


On Jan 15, 11: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