Failed to enable constraints. One or more rows contain values
>violating non-null, unique, or foreign-key constraints.
>Description: An unhandled exception occurred during the execution of
>the current web request. Please review the stack trace for more
>information about the error and where it originated in the code.
>
>Exception Details: System.Data.ConstraintException: Failed to enable
>constraints. One or more rows contain values violating non-null,
>unique, or foreign-key constraints.
>
>Source Error:
>
>
>Line 164: SqlConnection1.Close()
>Line 165:
>Line 166: SqlDataAdapter1.Fill(DsChangePass1)
>Line 167: Dim i As Integer =
>DsChangePass1.CustomerDetails.Count
>Line 168: If i > 0 Then
the above error is what i got when i tried to run my program! could anyone tell me what's wrong with it and what does it actually require? apart from that, how am i going to validate it in order for me to manage the error!? thanks