Subject | Re: how to insert?? |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-07-31T18:54:48Z |
> is this what you mean by stack trace?Yes.
> Exception in thread "main" java.lang.NullPointerExceptionorg.firebirdsql.jdbc.FBPreparedStatement.prepareFixedStatement(FBPreparedStatement.java:702)
> at
>
>Can you post complete code of the main(String[]) method of
> at
> org.firebirdsql.jdbc.FBStatement.internalExecute(FBStatement.java:930)
> at org.firebirdsql.jdbc.FBStatement.executeQuery(FBStatement.java:102)
> at testjdbc.main(testjdbc.java:72)
testjdbc.java (or simply full testjdbc.java)? From the stack trace I
see that for some reason Statement.executeQuery() is called, and it
shouldn't.
Best regards,
Roman Rokytskyy