Jump to content
  • 0

[Help] Column Error.


Question

Posted

Hello, I did a code and when I enter the game is shows me this error:

 

c39vbZv.png

 

Thanks to Cr1MsOn, I have awesome eyes 8)

 

What's going wrong? Thanks in advance. I don't know well how to handle database :D

4 answers to this question

Recommended Posts

  • 0
Posted

+ player.setPvpPoints(rset.getInt("pvppoints"));

 

try this

player.setPvpPoints(rset.getInt("pvp_points"));

because the column is pvp_points.

and i saw the other line with the last_vote_time

just give a try with pvp_points.

(i am not good on java :P)

  • 0
Posted

+ player.setPvpPoints(rset.getInt("pvppoints"));

 

try this

player.setPvpPoints(rset.getInt("pvp_points"));

because the column is pvp_points.

and i saw the other line with the last_vote_time

just give a try with pvp_points.

(i am not good on java :P)

Oups, yea it was a typo :P
Guest
This topic is now closed to further replies.


×
×
  • Create New...