iSQL-Viewer Console Ready...
[16:44:25] No iSQL-Service is Connected
[16:44:26] Using Driver Class(org.apache.derby.jdbc.EmbeddedDriver) Version 10.1
[16:44:26] Driver States that it is JDBC Compliant
[16:44:30] Using schema prb
[16:44:30] Cursors can be held across commits.
[16:44:30] Connection to iSQL Service [prb] is sucessful.
[16:44:31] Editor JDBC support finished loading in 532ms
But when I try to use this select:
select * from "PRB"."customer"
is syas:
[16:44:40] Execution time elapsed (16) ms
[16:44:40] Change in free memory (214,031KB)
[16:44:40] Processing Statement ResultSet
[16:44:40] Exception Occured While Retrieving Query Results
[16:44:40] Runtime Exception::(java.lang.NullPointerException)
[16:44:40] Change in free memory (152,156KB)
[16:44:40] ResultSet rendered in (16) ms
From netbeans, I can run this select without problem.
The jar is: db-derby-10.2.2.0-lib
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
Loading derby.jar is ok:
iSQL-Viewer Console Ready...
[16:44:25] No iSQL-Service is Connected
[16:44:26] Using Driver Class(org.apache.derby.jdbc.EmbeddedDriver) Version 10.1
[16:44:26] Driver States that it is JDBC Compliant
[16:44:30] Using schema prb
[16:44:30] Cursors can be held across commits.
[16:44:30] Connection to iSQL Service [prb] is sucessful.
[16:44:31] Editor JDBC support finished loading in 532ms
But when I try to use this select:
select * from "PRB"."customer"
is syas:
[16:44:40] Execution time elapsed (16) ms
[16:44:40] Change in free memory (214,031KB)
[16:44:40] Processing Statement ResultSet
[16:44:40] Exception Occured While Retrieving Query Results
[16:44:40] Runtime Exception::(java.lang.NullPointerException)
[16:44:40] Change in free memory (152,156KB)
[16:44:40] ResultSet rendered in (16) ms
From netbeans, I can run this select without problem.
The jar is: db-derby-10.2.2.0-lib