Wednesday, December 1, 2010

New Problem discovered

When constructing the actual database I created few phone number input fields and selected Number as for DataType initially. However, I've realized it's not appropriate to only allow numbers when it comes to phone numbers because there're are some special numbers that requires some symbols such as '+' sign and '#' sign. So after all the DataType is changed to text with a limited field size of 15 characters.

No comments:

Post a Comment