Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

weblogic 6.1 finder method orderby multiple param ??

0 views
Skip to first unread message

Prashant

unread,
Feb 28, 2002, 6:03:18 AM2/28/02
to

Hi,

I have a problem. I want to find records between a date range. The records should
be sorted in a specific order of columns.

eg : the sql would b like
select .. from table .. where date betwenn startdate and endddate order by customer
desc

how do i do this ?? i tried to sort desc on a column,i get error during deployment.
i had used weblogic-query in weblogic-rdms.jar file

please guide me

regards
Jani

Deepak Vohra

unread,
Feb 28, 2002, 10:23:16 AM2/28/02
to
What is the error you are getting?

thorick

unread,
Mar 1, 2002, 2:04:24 PM3/1/02
to
Hi

WLS6.1 only supports ORDERBY with an implied ASC

support for ORDERBY .. DESC is coming with WLS7.0


-thorick

0 new messages