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 [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly