Newbie OQL select question - can I selectively retrieve fields?

2003-12-26 Thread Ara Juljulian
Is it possible to retrieve only certain fields of a table through OJB OQL? Something similar to the SQL: select id, video_id from VIDEO_DATA where id=5. Doing things like select id, videoId from + VideoData.class.getName() + where id = + videoDataId doesn't seem to work. It continues

RE: Newbie OQL select question - can I selectively retrieve fields?

2003-12-26 Thread Ara Juljulian
That sounds like an interesting solution. I'll try that. Thanks. -Ara- -Original Message- From: Thierry Hanot [mailto:[EMAIL PROTECTED] Sent: Friday, December 26, 2003 7:20 AM To: 'OJB Users List' Subject: RE: Newbie OQL select question - can I selectively retrieve fields? May be you