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

