Fetch in Progress SQL92

cferriol

Member
I want to set fetch size for RecordSet but I'm not sure if it is possible.
I found at ID: P97526 in Progress Knowledge base that "Currently the JDBC driver installed with Progress/OpenEdge does not support the JDBC method setFetchSize(). By default the fetch size is 50 and cannot be changed."
So, how SQL Explorer Tool fetch records? What means "By default the fetch size is 50"? I always fetch more than 50 records.
Does anybody use fetch in SQL92?
 

rmarrugo

New Member
cferriol, The jdbc driver that provide Progress does not implement that method, it is implemented since JDBC 2.0, otherwise you will have to do or show the rows that you want to show in other way.
 
Top