> The OQL Query I was thinking about is :
> "SELECT p FROM Pers p WHERE PERSLOGIN = $1 AND PERSPWD = $2
> AND Pers.UsrProfile.AppProfile.App.APPCDE= $3"
>
I haven't tried it myself but I usually do this:
"SELECT p FROM Pers p WHERE PERSLOGIN = $1 AND PERSPWD = $2
AND p.UsrProfile.AppProfile.App.APPCDE= $3"
change the Pers to p
I hope that will work.
--
Victor Hadianto
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev