String sql = "SELECT (Employee_name, Password) FROM employee WHERE (Employee_name = '"+name+"' AND Password = '"+password+"')";
and getting the following exception in JSP java.sql.sqlexception insert operand should contain 1 column(s)
Please help.