|
the ' is a delimiter in SQL
you need to "escape" them in whatever server-side language you use
PHP you can use the add_slashes function.
ASP would be replace(SQL_String,"'","''") (that's two single quotes BTW)
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|