376377378379380381382383384385386
tAccountTH.setPersonPasswordVerifyInput("50", passwrdVerify, true); // Output. tAccountTH.execute(); aWriter.println(tAccountTH.writeToString()); // autocommitted } /** Store a new person.
475476477478479480481482483484485
tAccountTH.setPersonUsernameInput("50", username, true); tAccountTH.setPersonPasswordInput("50", passwrd, true); tAccountTH.execute(); aWriter.println(tAccountTH.writeToString()); // autocommitted } /** Try to do the update of an existing account.
532533534535536537538539540541542
} tAccountTH.setPersonUsernameInput("50", username, true); tAccountTH.setPersonPasswordInput("50", passwrd, true); tAccountTH.execute(); aWriter.println(tAccountTH.writeToString()); transactionRollback(); return; } else { // Data correct.