- Joined
- Oct 1, 2007
- Messages
- 433
- Reaction score
- 0
Hello, I have a MSSQL database. I have a table in there that has a column that I do not want to allow the use of
Quote:
[
or
Quote:
]
When the database is queried to insert something into this table involving that character ([ or ]), I want it to be not allowed, give an error, or something as long as it does not create the section in the column with the [ or ].
Thanks for the help.
I am also ok if the only thing I can do is allow text only, or allow text and numbers only.
Quote:
[
or
Quote:
]
When the database is queried to insert something into this table involving that character ([ or ]), I want it to be not allowed, give an error, or something as long as it does not create the section in the column with the [ or ].
Thanks for the help.
I am also ok if the only thing I can do is allow text only, or allow text and numbers only.