On Tue, Jun 18, 2002 at 02:13:46PM -0600, Bruce Snyder wrote:
> 
> Castor JDO does provide support for the LIMIT keyword. Here is an example of it's 
>use:
> 
>     productOql = db.getOQLQuery( "SELECT p FROM myapp.Product p LIMIT $1, $2" );
>     productOql.bind( 1 );
>     productOql.bind( 2 );
> 
> I hope this helps.

Yes, it does, thank you very much Bruce.

> 
> Bruce
> --
> 
> perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

Torsten

;-)
perl -e 'print unpack("u30","15\&\]R<W1E\;B\!38VAR\]F1E<\@H\");'

> 
> ----------------------------------------------------------- 
> If you wish to unsubscribe from this mailing, send mail to
> [EMAIL PROTECTED] with a subject of:
>       unsubscribe castor-dev

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to