File: Account.xml select ACC_ID as id, ACC_FIRST_NAME as firstName, ACC_LAST_NAME as lastName, ACC_EMAIL as emailAddress from ACCOUNT where ACC_EMAIL = #emailAddress# and ACC_LAST_NAME = #lastName# insert into ACCOUNT ( ACC_ID, ACC
import java.sql.*; public class DBConnection { public static String getWord(){ return "jdbc:mysql://"+DBMessage.DATABASE_SERVER+":3306/"+DBMessage.DATABASE_NAME+"?useUnicode=true&characterEncoding=gb2312"; } public stati c Connection getConnection()