Hey guys
Am new to
JDBC and am having some problems inserting into a table using variables. I am inserting into a table Players(PlayerID, firstname, surname, attempts). Player ID is autoincrement.
Here is the code:
Can anyone see where i am going wrong? Apparently i have an error in my sql syntax.
Thanks