Is there any chance ResultSetMetaData.getTableName(int column) could be implemented somehow? It seems that the backend
doesn'tprovide any info about the table name of a column, is this correct? Obviously not all columns returned have a
specifictable associated with them, but for simple SELECT statements it is possible.
I think this needs to be added to the TODO list to be implemented in the backend. This is another of those features
whichgeneric database admin tools would find useful.
--
Jason Davies
jason@netspade.com