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).]
PI day is 3.14 (march 14th) and is also einstein's birthday. And this is merely a tiny ad:
SKIP - a book about connecting industrious people with elderly land owners