hello
i m having a problem with my ASP page while update record in to Oracle database.
in my page i m displaying the records from the table and giving provision to update records when he click on an radio button.
while update into database i have to check for the unique constraints (while update).
i have tryed one coding ,but it is not giving permission to update other values also.
my table having the fields as
tran_id,tran_name it should be checked while update (for uniqueness).and the user to update other than the above.he can change the tran_name with an check for unique.