Skip to Content
0
Former Member
Apr 02, 2004 at 04:29 PM

Converting IRecordSet to ResultSet? Any quick solution...pl post

37 Views

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