hi guys
I have 1 query
string sSQL = "INSERT INTO disp_user`(disp_user_code,user_code,disp_departname) VALUES ( @sID,@userCode,@disp_depart)";
above query will insert data in respective table in their column.
but I want that value disp_user_code should be unique. so what modification I should do. suggest
Go to the complete details ...