INUGANTI, KALYAN [AG-Contractor/1000] wrote:
If there is a way to directly query the underlying Derby DB (without using the workbench), please let me know.
Derby comes with a simple command-line tool called "ij": http://db.apache.org/derby/docs/10.3/tools/ctoolsij34525.html Regarding the exceptions you are receiving: try looking for a file named "derby.log" in or around your database directory on disk, and see if there is more detailed information about the errors in the derby.log file. http://db.apache.org/derby/docs/10.3/devguide/cdevdvlp25889.html thanks, bryan
