Hello torque experts,

I have this table with these fields (Id,tes1,tes2), tes2 field is a Varchar(in
postgre) ... 

i dunno how to get the value of the tes2 field on the last row into String type
from the List ?? ..i put my little code down here : (i'm using peer) 

Criteria crit1 = new Criteria();
crit1.add(TugasPeer.PROYEKID,pid);
List tugasList = TugasPeer.doSelect(crit1);


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to