Product Documentation

V11.5 Update Guide

Previous Topic

Next Topic

Improved scrollable cursor support

Scrollable cursor support was introduced in c-treeACE SQL V11. In V11.5, server-side logic and JDBC driver-side logic have been enhanced to include the following support:

  • The methods isBeforeFirst(), isFirst(), isLast(), and isAfterLast() now return appropriate values for an empty resultset.
  • Using a negative value with absolute() is now supported.
  • Wrong results from isBeforeFirst()/isAfterLast() after calls to various positioning functions (next, prev, absolute, relative...) now provide proper results.

These modifications should greatly enhance scrollable cursor usage.

TOCIndex