don't need all columns

2006-04-17 Thread Abid Hussain
Hi everybody, I'm quite a newbie in OJB, so maybe I have overlooked something. In most cases I don't need all colums of a table when I do a query. So, how do I tell OJB not to retrieve all 25 (e.g.) columns of a table but only the ones I need? Best regards, Abid Hussain -- Abid Hussain

Re: don't need all columns

2006-04-17 Thread Antonio Gallardo
Hi, You should use a ReportQuery [1]. Best Regards, Antonio Gallardo. [1] http://db.apache.org/ojb/docu/guides/query.html#Report+Queries Abid Hussain escribió: Hi everybody, I'm quite a newbie in OJB, so maybe I have overlooked something. In most cases I don't need all colums of a table