............
.........
String connection="update saletable set do="+content+" where id ="+"'"+id+"'";
sql.executeUpdate(connection);
....
[Microsoft][ODBC SQL Server Driver][SQL Server]在关键字 'where' 附近有语法错误。
兄弟应该怎么改啊??
...全文
947打赏收藏
快快来看呀.我都急得掉发了!!
............ ......... String connection="update saletable set do="+content+" where id ="+"'"+id+"'"; sql.executeUpdate(connection); .... [Microsoft][ODBC SQL Server Driver][SQL Server]在关键字 'where' 附近有语法错误。 兄弟应该怎么改啊??