How to go to last row of result set in JDBC with ctree server

63 views Asked by At

May I know that anyone have idea on how to go to last row of the result set in JDBC with ctree server?

We have try to use the rs.last() but it return the message said that "Driver not support this function".

Is anyone know in c-tree server, what is the function to have the same result as rs.last() in SQL server?

0

There are 0 answers