Hello, Wondering why I get a NullPointerException when executing: stmt.executeUpdate("INSERT INTO PEOPLE (PRI,LOGIN_TYPE) VALUES ('2123','234')"); The complete code is:
[This message has been edited by Yoo-Jin, Lee (edited July 07, 2000).]
Hi Lee, Insert the following line - Statement stmt = con.createStatement (); before stmt.executeUpdate("INSERT INTO PEOPLE (PRI,LOGIN_TYPE) VALUES ('2123','234')");
Also change the above line as follows: int i = stmt.executeUpdate("INSERT INTO PEOPLE (PRI,LOGIN_TYPE) VALUES ('2123','234')");
Hope this helps !! Regards, Milind
[This message has been edited by Milind Kulkarni (edited July 07, 2000).]
If you are using a rototiller, you are doing it wrong. Even on this tiny ad:
Free, earth friendly heat - from the CodeRanch trailboss