Hi, I am currently using the OJB's ODMG API.
I am need to execute the following query. expiresAt and updateInterval are member variables of the object Entity. select * from Entity where (expiresAt >= 1081294781) && (10000 % updateInterval = 0); I would really appreciate any pointers. Thanks, Sukesh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
