getColumn()

Hi

I have 2 tables for eg: table a and table b with the same column name UOM...When i want to display my results on a jsp page using getColumn() then how can i differentiate between the two. I mean to get Table a column i wrote String a_var = getColumn("UOM");

but then for table b how shud i get its column values?. I sthere any way i can do without going & making changes in teh Database

thanks

[425 byte] By [acetoleveragea] at [2007-10-2 1:00:39]
# 1
What is getColumn()? I would expect you to do something with a ResultSet - that is not a method of ResultSet.
stdunbara at 2007-7-15 18:20:58 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...