Hi,
I have a query which already has a where clause. Programmatically I want to add the rest of the query to the VO. I have set the vo.setNestedSelectForFullSql(false); But still when I do vo.setWhereClause or vo.addWhereClause ADF automatically adds the "WHERE" which makes the query incorrect. I know I can construct the complete query and do setQuery but I wanted to know whether we have an option to add only the "AND" conditions of WHERE.
Thanks in advance,
Arasan