i cannot seve E-mails
-
hi all i have a colunm in my DB ( nvarchar (50)) i use it to store customer's e-mail but this column takes only the first 20 Cahrs from the user's input i tried to make it 100 in length but nothing work plz tell me wht to do thank u abdelhameed81
-
hi all i have a colunm in my DB ( nvarchar (50)) i use it to store customer's e-mail but this column takes only the first 20 Cahrs from the user's input i tried to make it 100 in length but nothing work plz tell me wht to do thank u abdelhameed81
You have a problem in your client-side application. Either the text is being truncated to 20 characters somewhere in that application, or you are using a SqlParameter object (or other similar object appropriate for your database and development language/platform) with size 20.
Stability. What an interesting concept. -- Chris Maunder