hi All,
Iam using oracle i need to get column width of a table.
i can do it using ResultSetMetaData.getColumnDisplaySize(int i)
but i don't know index of the column number but i know name of the column
i mean to say is there method with name ResultSetMetaData.getColumnDisplaySize(String name)
your help is appreciated
thanx
Shashi
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html