public static Vector getRand() throws Exception
{
Vector v= executeQuery("select * from glossary order by rand() limit
1");
return v;
}This function in a peer class always generates this: java.lang.ClassCastException: com.workingdogs.village.Record Is this a village problem? Derick -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
