I am puzzled why my 'sql query' runs correctly in 'batch mode', but not in 'normal' (table) mode?
When I click on the 'running man' icon, I get a dialog box pops up & says
" java.lang.NullPointerException:null ".
But when I click on the icon for 'displaying results in "batch mode", it works perfectly.'
My query is very simple, and this error seems to happen to other queries (but not all) that I have.
My query is:
select * from earning
My setup is the following:
JBoss Developer Studio 4.0.0.M2 (Eclipse 3.6.0)
SQL Explorer 3.6.1.v20110728_SR3
Sybase ASE v 12.5 database
Any help in this matter would be greatly appreciated!
Is there any way to see some sort of log, or what it's trying to do in the background?
Thanks!
jlsoper
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To whom it may concern,
I am puzzled why my 'sql query' runs correctly in 'batch mode', but not in 'normal' (table) mode?
When I click on the 'running man' icon, I get a dialog box pops up & says
" java.lang.NullPointerException:null ".
But when I click on the icon for 'displaying results in "batch mode", it works perfectly.'
My query is very simple, and this error seems to happen to other queries (but not all) that I have.
My query is:
select * from earning
My setup is the following:
JBoss Developer Studio 4.0.0.M2 (Eclipse 3.6.0)
SQL Explorer 3.6.1.v20110728_SR3
Sybase ASE v 12.5 database
Any help in this matter would be greatly appreciated!
Is there any way to see some sort of log, or what it's trying to do in the background?
Thanks!
jlsoper
This is a duplicate of:
https://sourceforge.net/projects/eclipsesql/forums/forum/450662/topic/5093141