Hi,
I need help with
Java in the Jforum. So, I've been trying to get the Total of votes from each post. For that:
In
generic_queries.sql I put the following query where I supposed to get the total of votes, I tested in MySQL and I get the result I want:
Then, I want to get this result in
post_show_action_buttons.htm with
.
So, what I did in
GenericKarmaDao.java
Then in
KarmaDao.java
In
Please, I need your help. I always tried to create a new query and get information that I want to get, but I never succeed on the attempt. Please help me to identify where I'm wrong.
Thank you!!