actually i map jboss with pidgin database server ,when i want to fetch columns from table it throwing error message ,my actuall java code is
switch (tml.getF()) {
case FeatureCodes.PI CTURE_US:
pstatement = conn
.prepareStateme nt("select I,O,PM,TI from uspicture");
break;
case FeatureCodes.PI CTURE_INDIA:
pstatement = conn
.prepareStateme nt("select...