Re: JDBC Question: Getting data from tables with columns that have the same name
- From: "joeNOSPAM@xxxxxxx" <joe.weinstein@xxxxxxxxx>
- Date: 29 Jun 2005 20:07:18 -0700
Hi. Most JDBC drivers aren't told by the DBMS what table name
is associated with a data column, so the JDBC driver won't be
able to distinguish. A column may come from 0, 1, or more
tables.
The only two options you have are to get them by index,
or altering the SQL to assign unique aliases to each column.
Joe Weinstein at BEA Systems
.
- References:
- Prev by Date: JDBC Question: Getting data from tables with columns that have the same name
- Next by Date: Re: RefCursor works in SQL*Plus but not JDBC
- Previous by thread: JDBC Question: Getting data from tables with columns that have the same name
- Next by thread: Re: JDBC Question: Getting data from tables with columns that have the same name
- Index(es):
Relevant Pages
|
|