...
> I appreciate all help.
Try reading the group for a few days, then see if
you can come up with a better thought out question.
>I am having a problem copying the content of a JTable containing query
>result into a 2 dimensional array. I need to copy the data and column
>in order to mine the data.
see http://mindprod.com/jgloss/gotchas.html#MATRIX
if the data are changing size, (e.g. newly arriving rows) you probably
want an ArrayList of arrays not an array of arrays.
see http://mindprod.com/jgloss/arraylist.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.