Good Morning -
I am trying to query Table via JDBC. Opened a cursor and reading from first till last record.
ISAM File corresponding to TABLE : Len 512 Char, 84 fields.
JDBC connection is automatically closing after 450K records. Is there any setting missing ?
I understand file is getting read from top to bottom. Expecting slow speed but is there any way to enhance speed.