|
P
|
procheck 7/25/2012 |
|
I don't know much about nvarchar but from what I've read, it's similar to varchar. Have you looked at the string functions? You could disallow anything that has double spaces. |
|
|
C
|
copper21 author 7/25/2012 |
|
Thanks for the reply, I will check that out! |
|
|
E
|
electromotive 8/1/2012 |
|
Have you tried validate with a regular expression? Not to accept space only or leading space? |
|
|
C
|
copper21 author 8/1/2012 |
|
No, I havent...had to work on other stuff on the project, but I am still interested in doing that. |
|