When I run a query, like "from employee" -OR "select e from employee e", I get back the results in the window with all the column names. Looks good! But if run a query with selected columns, like "select e.name from employee e", all I get is a result window that is empty. The columns aren't titled either. I tried "select count(e) from employee e", still empty.
What am I doing wrong or is this a bug in .96 version ?
Thanks
/Gregg
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have installed hibernator .96 in WSAD 5.1.
When I run a query, like "from employee" -OR "select e from employee e", I get back the results in the window with all the column names. Looks good! But if run a query with selected columns, like "select e.name from employee e", all I get is a result window that is empty. The columns aren't titled either. I tried "select count(e) from employee e", still empty.
What am I doing wrong or is this a bug in .96 version ?
Thanks
/Gregg