hi all, I have the database set to fail in case of constraint violation. And it does return SQLITE_CONSTRAINT from sqlite3_step when I try to insert/update an invalid foreign key. But is there any way to find out exactly which constraint failed as I might have many foreign key fields in the record. thanks in advance,Gert _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
- [sqlite] SQLITE_CONSTRAINT, which one failed? Gert Corthout
- Re: [sqlite] SQLITE_CONSTRAINT, which one failed? Richard Hipp
- Re: [sqlite] SQLITE_CONSTRAINT, which one failed? BareFeetWare
- Re: [sqlite] SQLITE_CONSTRAINT, which one fai... Richard Hipp
- Re: [sqlite] SQLITE_CONSTRAINT, which one... BareFeetWare
- Re: [sqlite] SQLITE_CONSTRAINT, whic... Simon Slavin
- Re: [sqlite] SQLITE_CONSTRAINT, which one fai... Simon Slavin
- Re: [sqlite] SQLITE_CONSTRAINT, which one failed? Jay A. Kreibich