Question
Is this a bug or a "security feature" ?
I had a nagging bug in coldfusion where every once in a while
when people entered text and I inserted it into an MS SQL database
it would throw the error "Statement is not allowed." I got a clue
when a customer put in the words drop and program in their
description for something, when I took the words out it worked
fine. I gave the datasource permission to grant, revoke, drop, ect
ect in the advanced datasource options and poof, it works! So is
this a bug or some kind of injection attack prevention? The text
was actually formatted in an FCK editor and put within single
quotes in an UPDATE statement.
