Hi All, I had a requirement to morph CreditCard information present in a legacy Database for last 14 years. I tried to do it in java and have written following code for that. based upon updatable resultset. But its performance is very poor. private static void performDBOperations(String qry, Object[] objs,int numberOfFieldsToProcess) throws Exception { log.info("performDBOperations() called."); Connection con = DBAccess.getConnection(); PreparedStatement ...