Hi Guys,

I want to insert unique values and i am not using any primary key to my table.Before inserting my code it should check that it is inserting unique values and if it find any duplicate values then it should give me a message that like customer name already exists.
I want it without using primary key in my table.

Can any one help ......

Thanks in advance