and what would the catname you're trying to insert be?
First try the SQL without anything dynamic, so you've got:
Sql="update categories set catename='something' where cateID=19"
see if that works then, if it doesn't you know it's not your SQL syntax that's the problem, but something else, like your schema or something.
I am a loud man with a very large hat. This means I am in charge
|