Search:

Type: Posts; User: surendran610

Search: Search took 0.20 seconds.

  1. Replies
    2
    Views
    1,719

    Re: Error in updating database

    i found that error. we have to insert this one unless the database will not auto increment
    ps.setObject(1,null);
  2. Replies
    2
    Views
    1,719

    Error in updating database

    Statement stm=con.createStatement();
    PreparedStatement ps=conn.prepareStatement("insert into regis values(?,?,?,?,?,?,?,?,?,?)");
    ps.setString(2, username);
    ps.setString(3, password);...
Results 1 to 2 of 2