Hi,
DAS Config file does support ResultDescriptor and [2] test case mentioned by
Luciano is quite
descriptive. This functionality is there in the latest stable release.

Recently there is JIRA-1465 fixed with which, Dynamically created Commands
(the ones that
are not in DAS Config file) also can make use of ResultDescriptor. This is
fixed in the
svn trunk but not part of release.

 Also, in order to get correct query results from DAS, it may be  good to
include the column
 Primary Keys of all tables involved  in the Select clause. This is just a
suggestion by looking at
 the query you have mentioned.

Regards,
Amita

On 8/15/07, Chu, Wing (Exchange) <[EMAIL PROTECTED]> wrote:
>
>  Would like an example if my query is a join between two tables?
>
>
>
> For example,
>
>
>
> Select a.dept_name, b.employee_name
>
> from dept a, emp b
>
> where a.id = b.dept_id (+)
>
>
>
> How do I define an Explicit ResultSet shape definition for the resultset
> from a join
>
>
>
> I'm working in Oracle.
>
>
>
> Thanks,
>
> Wing
>
>
>
> ***********************************************************************
> Bear Stearns is not responsible for any recommendation, solicitation,
> offer or agreement or any information about any transaction, customer
> account or account activity contained in this communication.
> ***********************************************************************
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to