It can be difficult to insert special characters into a database column. You might have to find a way to change the representation of the '@' sign. One method is to store the two portions of the field in different columns
and . Another method would be to escape the character. In other words change it to something that you can change back to the '@' when you need to use it.
No comments:
Post a Comment