G
Guest
I'm loading a key values into a database and two may be identical except for maybe 1 or 2 trailing spaces. This causes a unique constraint error because for some reason it's trimming the string values when checking the unique contstraint
I can clearly see in the dataset the string has spaces on the end. I know this is the exact problem because if I append a letter after one of them the exception goes away
Why does it trim the string when validating the Primary Key unique constraint
Thanks
Jeff
I can clearly see in the dataset the string has spaces on the end. I know this is the exact problem because if I append a letter after one of them the exception goes away
Why does it trim the string when validating the Primary Key unique constraint
Thanks
Jeff