IRT
com.bigfoot.colbell.squirrel.sessionsheet.objectstree.TablePanel
I notice that several of the load methods in MyBaseViewer derived classes do
something like this:
show(new ResultSetDataSet(rs, new int[]
{4,5,6,7,9,10,11,12,13,14,15,16,17,18}), getSession().getMessageHandler());
In my case, these methods throw an error and show no data. If I change the
method to use the constructor without the int array, it seems to work. Is
this an optimization of some kind or simply something done in haste? Also, I
personally prefer to define constants for each of the column indices that I
hope to retrieve. (readability issue)
Any thoughts?
Wayne
p.s.
using Microsoft ODBC for Oracle driver, no known problems with other
clients
|