On Thu, 8 May 2014 14:44:19 +0530, techi eth <techi...@gmail.com> wrote:

>Hi,
>
>SQlite3 have any method where it can avoid adding duplicate row or throwing
>error status code on duplication.,
>
>Techi-

What Simon said; and you can also define the behaviour in the table
definition in an ON CONFLICT clause:

http://sqlite.org/lang_conflict.html

-- 
Groet, Cordialement, Pozdrawiam, Regards,

Kees Nuyt

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

Reply via email to