afaik the limits cannot be defined in the oql-query. but you can do the following:
OQLQuery query = odmg.newOQLQuery();
query.create( "select ....." );
query.bind( ... );
((Query)query).setStartAtIndex(....);hth jakob
Sukesh Garg wrote:
Is there support for "limit" in the OJB's ODMG implementation.
e.g. select * from tableName order by id limit 5
thx, sukesh
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
