Hi,
I am using PDVDynPage to show the data.
Using ResultSet returned by JDBC query execution, I could do the following...
ISource JDBCSource = pdv.createSource((IPortalComponentRequest)this.getRequest(), rs);
pdv.setSource(JDBCSource);
where rs is of type ResultSet
Now, I am using Connection Framework with Alias for SQLConnection. On execution it
returns IRecordSet which is not readily usable with pdv.
Does any one has a function to convert IRecordSet to ResultSet?
Please suggest me if you have any quick solution.
TIA
srinivasan