Re: Example to define the ResultSet shape Definition for a join in DAS

2007-08-16 Thread Amita Vadhavkar
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

Example to define the ResultSet shape Definition for a join in DAS

2007-08-15 Thread Chu, Wing \(Exchange\)
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,

Re: Example to define the ResultSet shape Definition for a join in DAS

2007-08-15 Thread Luciano Resende
You can find some information on the DAS User Guide [1]. There are couple test cases that also show this working, here is one test case [2] and it's config file [3]. Amita is also working on getting support for passing ResultDescriptor for dynamic Commands [4], if that would be useful for you.