Legolas Woodland <[EMAIL PROTECTED]> writes:

> Hi
> I used derby for a project (i have latest version)
> When i update a record from my java code its dies and do nothing where i 
> think my codes are true,
> here is the code.
>  
> String uStr = "update EMPLOYEE set FIRSTNME=?,MIDINIT=? where EMPNO=?";
> pstmt.setString(1, getFirstName());
>                 pstmt.setString(2, getMidName());
>                 pstmt.setString(3, getLastName());
> pstmt.executeUpdate()
>
> where the connection comes from a connection pool,
> I test the connection by inserting data and data insert correctly.
> can some one help me pleas?

What error messages are you seeing when your application dies?

-- 
Knut Anders

Reply via email to