This is driving me nuts... What am I doing wrong here?
ArrayList toAdd = new ArrayList(); toAdd.add(\"password\"); try{ Prepa
Try using the following
pStmt.executeUpdate();
pStmt.close();