Hi all,
I have a ResultSet object and I want to get the nbr of columns it has. It's easy to find the number of rows by using the absolute(int row) and the getRow() methods. Is there anything similar to find the nbr of columns? Any relevant code or advice would help.
Thanks a lot
I have a ResultSet object and I want to get the nbr of columns it has. It's easy to find the number of rows by using the absolute(int row) and the getRow() methods. Is there anything similar to find the nbr of columns? Any relevant code or advice would help.
Thanks a lot
Comment