I think you are missing an equal sign between section and :Section -- it should be:
StringBuffer hqlStringBuffer = new StringBuffer("from student where name like :Name and class=:Class and section=:Section");
Error 3105 is an error from the Teradata Database, and that would be too complicated to troubleshoot in this forum.
After you correct your HQL query, if you still get the Teradata Database Error 3105, and you are a Teradata customer, then you should open an incident with Teradata Customer Support.
↧