Share

HyperSQL Database Engine

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Open Resulset Paging

You are viewing a single message from this topic. View all messages.

  1. 2004-06-29 19:20:56 UTC
    ok but if i open the large table whitout filter and sort can i use:

    st = conn.createStatement(java.sql.ResultSet.TYPE_FORWARD_ONLY, java.sql.ResultSet.CONCUR_READ_ONLY);

    st.setFetchSize(1000);

    this code read page to 1000 record or read all record?

    thank Danilo
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.