Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
786 Points
226 Posts
Aug 07, 2008 05:56 PM|LINK
First, if it's a phone number store it as a string.
Second, an int32 only ranges from +/- 2,147,483,648 which is only 10 digits...and not even all of them.
gibble
Participant
786 Points
226 Posts
Re: Error: Value was either too large or too small for an Int32.
Aug 07, 2008 05:56 PM|LINK
First, if it's a phone number store it as a string.
Second, an int32 only ranges from +/- 2,147,483,648 which is only 10 digits...and not even all of them.