"); table.append("First Name"); table.append(" | \n"); table.append(""); table.append("Last Name"); table.append(" | \n"); table.append(""); table.append("Title"); table.append(" | \n"); table.append(""); table.append("Email Address"); table.append(" | \n"); table.append(""); table.append("Phone Number"); table.append(" | \n"); table.append("
---|---|---|---|---|
"); table.append(resultSet.getString("FirstName")); table.append(" | \n"); table.append(""); table.append(resultSet.getString("LastName")); table.append(" | \n"); table.append(""); table.append(resultSet.getString("Title")); table.append(" | \n"); table.append(""); table.append(resultSet.getString("EmailAddress")); table.append(" | \n"); table.append(""); table.append(resultSet.getString("PhoneNumber")); table.append(" | \n"); table.append("