I hope someone can help me. I'm trying to put some column
headings for my GUI application using getColumnName function but
seem like not working.. can some one help me as i'm quite new to
java? here are some suggestions from the help file but i'm not sure
wat it means..
public String getColumnName (int columnIndex)
ResultSetMetaData resultSetMetaData = resultSet.getMetaData
();
//Put some program code here.(add codes to show column heading)
}