DBI; correlate columns to tables

[email protected] (oldyork90)
Newsgroups perl.dbi.users
Organization http://groups.google.com
Message-ID <[email protected]>
select t01.name, t02.name
from users t01, clients t02;

or

select cname, uname
from
client, users;

In the forms above, is there a way DBI can discover tables used with
the columns?  Oracle.

Thank you

I see java has something that looks interesting.  Given an index into
the projection, you can retrieve the column and it's
table.... I think.
java.sql.ResultSetMetaData;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.