From: Andrey B. <ne...@my...> - 2003-02-07 11:56:28
|
> On Fri, 2003-02-07 at 11:33, Andrey Budarevsky wrote: > > > Currently I have a question about transparent support of scrollable cursors. > > For example ODBC bridge doesn't support result set navigation and result set > > update. What do you think of that? > > As far as I know, scrollable cursor support will depend on the delegate > driver. So if that driver supports it, so will Proxool. When you ask a > Statemet for a ResultSet you get the actual ResultSet from the delegate > driver (no proxying). I say "as far as I know" because this isn't > tested. (Although I believe Bas and Alastair include this in their J2SE > compliance test - coming soon). This could be a feature to support scrollable cursors for drivers that don't have one. I am not sure it is worth, it depends on final target of your project. It's just an idea. Andrew. |