Hi friends,

I have extracted all the rows in a particular table using the doSelect
method and put them in a vector. But when I try to display the string
using the syntax # foreach($entry in $entries)
                                       <td> $entry
                                        </td>
                                        # end

The output I get is like this :

org.iitk.appname.om.Courses@1f

The name of my table is COURSES.

Can anybody tell how to retrieve individual fields ?

Regards,
A.P.Das.

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

Reply via email to