Diego Zanga wrote:
hi!
I've seen there is some problem to use a syntax like
resultset.getString( "TABLENAME.FIELDNAME" )
'cause it works only with
resultset.getString( "FIELDNAME" )
( with every getXXXX method, even getColumn)
is there a workaround to allow table.field syntax
to identify columns?
cya, THANKS :OP
Hi -
The Java API doc lists columnName or columnIndex as the parameters to
use with ResultSet.getString. Do you know if the JDBC specification
states that columnName references support TABLENAME.COLUMNNAME
syntax? If so then please file a bug in JIRA to get this corrected.