Re: [sqlite] Re: Check for duplicate values in database

2006-05-29 Thread Derrell . Lipman
"Anish Enos Mathew" <[EMAIL PROTECTED]> writes: > Igor, I know that it will show error when we try to insert a value which > is already there in the database when that field is a primary key. But > I want to check it out and I don't want that number to be inserted into > the database. I was askin

RE: [sqlite] Re: Check for duplicate values in database

2006-05-29 Thread Anish Enos Mathew
Igor, I know that it will show error when we try to insert a value which is already there in the database when that field is a primary key. But I want to check it out and I don't want that number to be inserted into the database. I was asking about a method which finds this. I don't want to termi