i used the syntax
Code:
stmt.executeUpdate("UPDATE tabel SET NAME='"+name+"'");
|
Go4Expert Member
|
|
| 19Jan2007,11:24 | #1 |
|
sir i m still having problem in the update query.i use the syntax withour brackets,
i used the syntax Code:
stmt.executeUpdate("UPDATE tabel SET NAME='"+name+"'");
|
|
Team Leader
|
![]() |
| 19Jan2007,20:55 | #2 |
|
Field and table names are case-sensitive.Try printing your SQL query before executing it.
|