Hello all,

why are these two methods of the ResultSetMetaData returns always the same
value?
For example:
if I execute the next query:
                select ID AS "Identifier" from mytable
The resulting ResultSetMetaData's getColumnName() should return the
"Identifier" String, and the getColumnLabel() should return "ID".

But, after this query, each methods returns the "Identifier" string.
I've tested it with the latest (7.4.04.00d) driver, as well as with the
7.3.00.29a driver.

Is this a bug, or a feature? Will it be implemented correctly in the near
future?
Is there a workaround to be able to get the REAL name of the column ?

Regards,
Attila Kesmarki


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to