Dave Cramer writes:
> The method in question is
> ResultSetMetaDate.getTableName(int column)
> and while were at it
> ResultSetMetaData.getSchemaName(int column)
> and FWIW, the return value if not applicable is ""
Not applicable sounds fine to me. It's like taking a file descriptor and
asking what file it belongs to. That information simply doesn't exist,
and if you design an application around it you lose.
--
Peter Eisentraut peter_e@gmx.net