> 
> Hi,
> 
> I am using a mysql db with jdbc on a win2000 server with Tomcat. I wonder
> how I can update or delete items in a row or delete a complete row. I can
> select the specific data in the table and put it on the webpage, 
> but I also
> want to edit this selected item.

stmt.execute("update ......");



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to