Hello, 

Castor supports OQL Queries but is it possible to
directly use SQL query and so to retrieve only
specific fields of an objects. 
How a query such as 
SELECT FIEL1, FIELD2 FROM T_TABLE; can be implemented.

I have been able to retrieve ONE field of the objects
by using the following OQL query:
SELECT obj.code FROM class
but how to retrieve more than one field.
Furthermore, the previous query returns only the code,
but does it load the objects and then return the codes
or does it only load the codes?

Thanks, 

Marie Sauvaud.

___________________________________________________________
Do You Yahoo!? -- Un e-mail gratuit @yahoo.fr !
Yahoo! Courrier : http://fr.mail.yahoo.com

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

Reply via email to