Hello,

I can't use UNIQUE CONSTRAINTs because of strange behaviour in my frontend
(reason is assumably in the ODBC-driver). The PK is already used for an
autoincrement column.

Is there another way to enforce UNIQUE CONSTRAINTs despite INSERT/UPDATE
triggers? I'd prefer CHECK-CONSTRAINTs but don't see a way to formulate
something like "if the string you want to insert/update is already present in
the table you are not permitted to insert/update".

Thanks for your assistance

greetings
Oliver

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to