This is my first attempt in SQL and PreparedStateme nt
I have add the PreparedStateme nt and I'm not to sure if I'm doing it correctly.
When I do a test run on Choose 1 ,or 2 I get this error.
Error - com.mysql.jdbc. Statement

here is my code below

[CODE=java]public class DBAssign {

/**
* @param args
*/
static Scanner kbd;

static Connection conn = null;
...