I'm trying to select all the rows in a table, each row being the information about a user, to create an array of arrays to use in a java swing "JTable".
I've gotten a connection and I have the query, but I'm not sure how to begin with using the result set, I can't find much documentation on connector j :(
can anyone help me with this?
I've gotten a connection and I have the query, but I'm not sure how to begin with using the result set, I can't find much documentation on connector j :(
can anyone help me with this?