Posted By:
siri_y
Posted On:
Wednesday, August 24, 2005 09:09 PM
i am reteriving the select statement data into a vector,how to get the values form vector and calling each value in the table.
my select statement is something like
select staffname,awardname from award where (year between 2004,2005)
After returning the values to Vector how to get the values from the vector individually. i have to display them in the table like this
StaffName awardname
abc aaaaaaaaa
mno bbbbbbbbbb
abm cccccccccc
Thanks in advance