Groups | Blog | Home
all groups > asp.net > august 2003 >

asp.net : what's wrong with my update statement ?


Kevin Spencer
8/30/2003 3:02:16 PM
If that's you actual SQL Statement, you've got at least one reserved word as
a database object name. Try:

"update [table] set [data] = 'test'"

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.

[quoted text, click to view]

THY
8/31/2003 2:58:25 AM
can anyone tell me what's wrong with this statement ?

cn.execute("update table set data = 'test'")

the asp.net keep telling me syntax error in update statement ...
help me please ...

AddThis Social Bookmark Button