|
Posted by Cat on 12/20/05 17:40
I'm trying to create a online update form to a SQL table. I've never
done this function before, and I'm not quite sure I have the coding
correct. Below is the coding for the Update statement.
final String udc = "UPDATE INTO " + "Comm_WebSubmission Set ProjectID
= request.getParameter("ProjectID")
(Assigned,DateAssigned,Status,StatusDescription,Resolution,CompletionDate)
values(?,?,?,?,?,?)";
Any help you can give me would be greatly appreciated.
Cat
Navigation:
[Reply to this message]
|