Well, that should be easy, but I can't find a solution anywhere. And I'm still not comfortable using Java to figure out how to do this.
Until now, I could go through ResultSet, and I am already proud of myself.
I need a list so that I can just skip it and then call something like myRow.get('ColumnName');.
In addition, there MIGHT is a different data type instead of Hashtablestoring the key / value. Any tips?
Many thanks!
source
share